HosipLan

Untitled

Jul 16th, 2014
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. [alias]
  2.         co = checkout
  3.         up = "git stash && git fetch upstream && git pull --rebase upstream"
  4.         pu = "git up && git push upstream master"
  5.         deploy = "git co master && git up && git co production && git reset --hard upstream/production && git merge master --no-edit && git push upstream production && git co master"
Advertisement
Add Comment
Please, Sign In to add comment