Skip to content

Commit 6eeca98

Browse files
committed
Made small change to README to test non-master branch commits.
1 parent baacdc1 commit 6eeca98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,12 @@ use proper source control etiquette:
6565
do the following:
6666

6767
git push origin HEAD:refs/heads/YOUR_GITHUB_USERNAME
68+
git checkout --track -b YOUR_GITHUB_USERNAME origin/YOUR_GITHUB_USERNAME
6869

6970
For example:
7071

7172
git push origin HEAD:refs/heads/msporny
73+
git checkout --track -b msporny origin/msporny
7274

7375
2. Unless you know what you are doing, always ask before merging your
7476
branch into master. If you don't know how to do git merges, ask somebody

0 commit comments

Comments
 (0)