+[2016-10-16T21:19:15Z]docklerok +[2016-10-16T22:32:31Z]rainmanjamHey everyone. I'm writing a script so that installs git or git-core but it keeps failing. https://gist.github.com/rainmanjam/38f8bbde449b28c45b05a7934d8d2509 This is for a fresh install of jessie lite on a raspberry pi. +[2016-10-16T22:35:02Z]JordyGuys please help me out, so you've got a repository at github and share it with other people. You've cloned the repository to your local machine, how can you make sure that the code you've got at your local machine stays up-to-date with the commits of others and how can you make sure you don't overrite the files commited by someone else? +[2016-10-16T23:02:16Z]docklerJordy: wild guess: git pull origin master and git fetch origin master? :D +[2016-10-16T23:02:36Z]JordySo it won't happen automatically? damn, thx
I want to search for example for '<threads.h>'
+[2016-10-17T04:06:04Z]A124Just here to say that github is awesome. +[2016-10-17T04:06:37Z]A124Non progressive asshats would never include nim(rod) and minor languages. +[2016-10-17T12:39:07Z]m_benI have the following issue: I forked a repo, made some changes to the master branch (I forgot to open a new feature branch) and pushed it to my forked github repo, then I opened a pull request. Now the original author asked me to resolve the conflicts with his new updated master. what is the best way to do that? sorry, I'm not very well experienced with github. I googled but everyone suggests to do all +[2016-10-17T12:39:08Z]m_benchanges in another branch, which I didn't, so I'm not sure how to proceed now +[2016-10-17T12:41:59Z]tobiasvlm_ben: !sync