Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

Sync forked

  1. fork repository project asli ke repository anda

  2. clone repository hasil fork

    git clone http://github.com/your_usermame/repo.git
  3. 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
  4. pull update dari repository asli, lalu merge ke remote repository hasil fork

    git pull upstream master
    git merge upstream/master
  5. commit dan push ke repository hasil fork anda

    git add .
    git commit -m "example sync forked"
    git push -u origin master

About

how to synchronize your forked repository

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors