Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [alias]
- co = checkout
- up = "git stash && git fetch upstream && git pull --rebase upstream"
- pu = "git up && git push upstream master"
- 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