+ [10 years ago] milki rebasing always makes me confused in terms of github dynamics
+ [10 years ago] milki maybe it recalculates the merge base o.O
+ [10 years ago] milki which would make sense...
+ [10 years ago] milki maybe im wrong -.-
+ [10 years ago] t4nk076 Hello everyone my name is Pawandeep Singh and I want to contribute to Linguist in Gsoc and I cloned the Linguist code into my local machine but I don't understand what is the use of "" Sample "" folder containing so many languages. Can anyone please tell my why?

message no. 83765

Posted by razieliyo in #github at 2015-03-14T04:43:51Z

milki, oh, thank you, I would swear I tried that :/
+ [10 years ago] flavi0 if i issue pull requests, can upstream decide where to merge them? i.e. if i create a local feature branch based on master, can upstream via the web interface decide wether he wants to merge into master or into an equivalent feature branch?
+ [10 years ago] miczac Hi, just to be sure: when reverting a commit, immediately after that issuing a git reset HEAD~1 the state is as if I never reverted this previous commit?
+ [10 years ago] honestly reverting a commit means creating a commit that does the opposite of that commit
+ [10 years ago] honestly resetting your tree to the commit before that means the revert commit is gone
+ [10 years ago] miczac ok, thanks - so that's how I wanted it. (i.e. testing and forgetting the test). I asked because I can't reproduce the original problem anymore and wanted to be sure that I didn't mess up.