Not sure if I understand correctly. You want to put your commits on top of 
latest commits from nim repo? The following should work.
    
    
    git remote add nim https://github.com/nim-lang/Nim
    git pull --rebase nim master
    
    
    Run

Reply via email to