Browse Source

added info on pushing local branch

master
Karsten Bolding 12 years ago
parent
commit
6f19d22ece
  1. 3
      README.git

3
README.git

@ -10,6 +10,9 @@ git branch <name>
# Change to branch
git checkout <name>
# Push a local branch
git push origin <branch_name>
# Commit
git commit -m "..." <files>

Loading…
Cancel
Save