Giriş
git remote add yazısına taşıdım
rename - rename remote repository
Örnek
Şöyle yaparız
set-url - change the address of a remote$ git remote rename <old_name> <new_name>
Örnek
Şöyle yaparız
$ git remote set-url <name> <new_url>
remove seçeneği
Örnek
Şöyle yaparız
git remote show origin
-v seçeneği
Örnek
Şöyle yaparız
$ git remote -v ocolak git@github.com:orcunc/hazelcast.git (fetch) ocolak git@github.com:orcunc/hazelcast.git (push)
Hiç yorum yok:
Yorum Gönder