1
0
mirror of https://github.com/kylelobo/The-Documentation-Compendium.git synced 2025-09-03 10:02:41 +02:00

Minor git command changes

This commit is contained in:
Kyle Lobo
2019-07-15 04:09:14 +05:30
committed by GitHub
parent 923b3e600b
commit 887e37c75b

View File

@@ -13,7 +13,7 @@
- Check out a new branch based and name it to what you intend to do:
- Example:
````
$ git checkout -b BRANCH_NAME feature/fooBar
$ git checkout -b BRANCH_NAME
````
If you get an error, you may need to fetch fooBar first by using
````
@@ -31,7 +31,7 @@
- Push to the branch
- Example:
````
$ git push origin feature/fooBar
$ git push origin BRANCH_NAME
````
- Make a pull request
- Make sure you send the PR to the <code>fooBar</code> branch