blob: 930e77aeae31e927343a785d219c06c62c7ef7ac (
plain)
- update:
- git pull
- init:
- git init
- git remote add -f -t "$(master)" -m "$(master)" origin "$(origin)"
- git merge origin
- git branch -m "$(master)"
- git config remote.origin.push +"refs/heads/$(master)":"refs/heads/$(master)"
- .PHONY: update init
|