Advertisement
Guest User

Untitled

a guest
Sep 27th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. $ for p in A B C; do (cd ~/git-repositories/$p; git checkout -b new-branch); done
  2. Branch new-branch set up to track local branch master.
  3. Switched to a new branch 'new-branch'
  4. Branch new-branch set up to track local branch master by rebasing.
  5. Switched to a new branch 'new-branch'
  6. Branch new-branch set up to track local branch master.
  7. Switched to a new branch 'new-branch'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement