Guest User

Untitled

a guest
Jul 21st, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $ git worktree add -b emergency-fix ../temp master
  2. $ pushd ../temp
  3. # ... hack hack hack ...
  4. $ git commit -a -m 'emergency fix for boss'
  5. $ popd
  6. $ git worktree remove ../temp
Add Comment
Please, Sign In to add comment