Post

Useful git commands ๐Ÿ› ๏ธ

Useful git commands ๐Ÿ› ๏ธ

List remote origin addresses ๐Ÿ”

1
git remote -v

Override previous address ๐Ÿ”„

1
git remote set-url origin {new_origin_url}
This post is licensed under CC BY 4.0 by the author.