Guest User

Untitled

a guest
Jun 17th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. [master] git checkout -b add_new_menu
  2. [add_new_menu] hack...
  3. [add_new_manu] git add . && git commit -m "added config"
  4. [add_new_menu] hack...
  5. [add_new_manu] git add . && git commit -m "removed old comments"
  6. [add_new_menu] hack...
  7. [add_new_manu] git add . && git commit -m "fixed typo in comments"
  8. [add_new_menu] hack...
  9. [add_new_menu] git checkout master
  10. [master] git merge --squash add_new_menu
  11. [master] git svn dcommit
Add Comment
Please, Sign In to add comment