+[2015-07-31T23:09:34Z]Gurkenglas*bret +[2015-07-31T23:10:08Z]bretyup +[2015-07-31T23:10:31Z]bretyou can take two branches, do indipedant changes then later merge those two then PR that to the main +[2015-07-31T23:10:56Z]brettypically you would merge one branch into the other +[2015-07-31T23:11:32Z]bretany conflicts, git will yell at you and let you use a merge tool of your choice to figure out overlap
even if I closed manually you can still see which commit closed the issue
+[2015-08-01T02:06:33Z]xrogaananybody has issue creating pull requests from the github windows client? +[2015-08-01T02:22:21Z]rcsheetshello. can anyone confirm or correct my understanding that github doesn't support anonymous access over ssh? i.e. cloning via ssh requires an ssh key that's tied to a github account? +[2015-08-01T02:35:07Z]VxJasonxVrcsheets: correct. SSH always requires authentication +[2015-08-01T02:35:29Z]rcsheetsVxJasonxV: thanks!! +[2015-08-01T16:33:39Z]cascada-iohi, how can i regularly sync to github in a way that produces no visible commit history? currently, when i make changes in my local repo, i delete the github repo, recreate, and then push. looking for a less tedious approach