Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 472 Bytes

File metadata and controls

19 lines (13 loc) · 472 Bytes

#Remotes Let's see your remotes : By running the git remotes command ,it can help you in many tasks ,such as: Adding remotes : you can add remote by using the follow :

$Git remote add it will help you to add short names .

Fetching : you will need to pull data that you dont have from remote project , you can fetching by using the follow :

$Git fetch [remoate_name]

Rename : you can rename the remote by writting the follow :

$Git remote rename .