15 Eylül 2022 Perşembe

git remote seçeneği

Giriş
Açıklaması şöyle.
origin refers to the source repository from where it was cloned.
add
git remote add yazısına taşıdım

rename - rename remote repository
Örnek
Şöyle yaparız
$ git remote rename <old_name> <new_name>
set-url - change the address of a remote
Örnek
Şöyle yaparız
$ git remote set-url <name> <new_url>
remove seçeneği
Örnek
Şöyle yaparız
git remote remove origin
show 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