This commit is contained in:
2019-08-05 08:11:15 -04:00
parent 7cca234d52
commit a77835edd4
10 changed files with 111 additions and 47 deletions

View File

@@ -0,0 +1,5 @@
function git-replace-origin
git remote remove origin
and git remote add origin $argv[1]
and git push --set-upstream origin master
end