latest 20 messages by ahop
+
[2015-06-15T12:05:25Z]
ahop
tobiasvl: should i replace "remote" by another word?
+
[2015-06-15T11:36:11Z]
ahop
?
+
[2015-06-15T11:36:10Z]
ahop
How to see diff between distant version and local (not git added, nor git commited yet)
+
[2015-04-19T21:03:30Z]
ahop
How to delete files in a branch without affecting other branches?
+
[2015-04-19T21:00:20Z]
ahop
how to do it properly?
+
[2015-04-19T21:00:16Z]
ahop
but then when I checkout to master again, files are also deleted in master!
+
[2015-04-19T21:00:04Z]
ahop
git rm * -r
+
[2015-04-19T21:00:00Z]
ahop
I tried locally: "git checkout otherfiles"
+
[2015-04-19T20:59:45Z]
ahop
from CLI?
+
[2015-04-19T20:58:56Z]
ahop
how to remove all files in "otherfiles" branch only?
+
[2015-04-19T20:58:47Z]
ahop
and I created a second branch "otherfiles": https://github.com/josephernest/void/tree/otherfiles
+
[2015-04-19T20:58:34Z]
ahop
I have here a master branch: https://github.com/josephernest/void
+
[2015-04-19T20:58:26Z]
ahop
Hi!
+
[2015-04-11T21:15:01Z]
ahop
git merge --no-ff PRposter-patch-1
+
[2015-04-11T21:15:01Z]
ahop
git checkout master
+
[2015-04-11T21:14:53Z]
ahop
or later, after:
+
[2015-04-11T21:14:50Z]
ahop
Should I modify the PR now
+
[2015-04-11T21:14:13Z]
ahop
git pull https://github.com/PRposter/void.git patch-1
+
[2015-04-11T21:14:13Z]
ahop
git checkout -b PRposter-patch-1 master
+
[2015-04-11T21:13:42Z]
ahop
If I want to test the pull request locally, modify a few things, and then merge