1) create a branch. $ git checkout -b feature/newFeature 2) add new files and commit. $ git add ./* $ git commit -a 3) push
Reece Fowells Blog
The home of a lot of crapola…
The home of a lot of crapola…
1) create a branch. $ git checkout -b feature/newFeature 2) add new files and commit. $ git add ./* $ git commit -a 3) push