diff options
| author | Jeff Carr <[email protected]> | 2023-12-20 14:57:01 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-12-20 14:57:01 -0600 |
| commit | 5e5e8466fe01b7d6d81c9335e95957d15d126cc2 (patch) | |
| tree | d3f0f0f8db6771d0f19033039f7e9f9ec2815dbe | |
| parent | a329d9de9d0458d2b0898d3aec8ae6eb4e8e012b (diff) | |
sync'd to github mirror
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -14,3 +14,16 @@ push: update: git pull go get -v -t -u ./... + +# sync repo to the github backup +# git remote add github [email protected]:wit-go/gui.git +github: + git push origin master + git push origin --tags + git push github master + git push github --tags + +new-github: + -git remote add github2 [email protected]:wit-go/shell.git + git branch -M master + git push -u github2 master |
