Re: [git-users] branch from an old commit

2013-12-14 Thread Magnus Therning
On Fri, Dec 13, 2013 at 11:13:00PM -0800, THUFIR HAWAT wrote: I'm using github, and when browsing commits I sometimes want to branch off from an old commit. There doesn't seem to be a way to do this from the github web interface, they only seem to allow branch creation from the latest master

[git-users] Re: git status not showing changed files

2013-12-14 Thread Andrey Naboka
You already commit all changes, now just make git push -u origin upload_branch воскресенье, 13 января 2013 г., 13:42:11 UTC+4 пользователь python...@gmail.com написал: I made some changes to one of files locally,I want to commit the change but when i do git status I get the following

[git-users] How do I interpret this GITGUI Graphic display of a commit?

2013-12-14 Thread Human Being
Can someone tell me how to interpret *@@ -1,2 +1,3 @@* in the following screen shot taken from the GIT GUI display of Branch History of a GIT Project? Thank you. https://lh4.googleusercontent.com/-kq3ISNuxslU/Uqzl_s9ZEYI/AAU/Zl0tHnde4c0/s1600/KatieBranchHistory_1C.png -- You

[git-users] Re: How do I interpret this GITGUI Graphic display of a commit?

2013-12-14 Thread Wayne Stidolph
I read that as identifying a unified hunk of change saying the changed part was the two lines of the pre-change image starting at line #1, and is the three lines starting at line #1 in the post-change image. After that line comes the actual differences. FWIW, I like the writeup on