+[10 years ago]SeveasPrimer: git submodule update +[10 years ago]PrimerDoes nothing +[10 years ago]PrimerSorry, talking in 2 channels and I had already mentioned that in the other channel. Should have mentioned it here too. +[10 years ago]PrimerPerhaps I did something incorrectly: git clone --recursive https://github.com/wkhtmltopdf/wkhtmltopdf.git; git branch -a; git checkout -b 0.13 origin/0.13; git submodule update; cd qt; ls (this doesn't show what is seen here: https://github.com/wkhtmltopdf/wkhtmltopdf/tree/0.13/qt) +[10 years ago]Omego2Khey, is there a way to figure out the original path to a moved file in a pull request using the github API?
+[10 years ago]linux_dreamhey guys I'm having some troubles to update a file and sync it with github . I've a file in my repo, that I have locally too. I edited this file locally, and did "git add file" then "git commit -m "update" " then git push origin master but it says everything is up to date +[10 years ago]linux_dreamI blindly tried "git fetch origin master " too +[10 years ago]linux_dreamI have untracked files now... +[10 years ago]linux_dreamhey guys any idea on how I can update a file ? +[10 years ago]linux_dreamlocally it's more recent than the one in github