-
fork repository project asli ke repository anda
-
clone repository hasil fork
git clone http://github.com/your_usermame/repo.git
-
masuk ke directory hasil clone, lalu tambah alamat remote repository project asli
cd repo git remote add upstream http://github.com/asli/repo.git git fetch upstream
-
pull update dari repository asli, lalu merge ke remote repository hasil fork
git pull upstream master git merge upstream/master
-
commit dan push ke repository hasil fork anda
git add . git commit -m "example sync forked" git push -u origin master
-
Notifications
You must be signed in to change notification settings - Fork 0
fossildev/sync-forked
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
how to synchronize your forked repository
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published