Skip to main content

Timeline for What does 'stage' mean in git?

Current License: CC BY-SA 3.0

33 events
when toggle format what by license comment
Jun 17, 2024 at 15:46 comment added DHorse Thanks everyone, this did help. @Xaqron et al. As a manager, I'm making it a best practice that as each Issue or Project Plan Task (Step?) is completed, a Git Stage will be done referencing it. Beyond syncing, this will differentiate exact code changes.
Jun 27, 2023 at 9:41 comment added Error - CPU Not Foud @Xaqron - I agree with you. I still haven't seen a good/solid (but without all the unnecessary and gory details) out there. All tutorials explain how different parts of Git work, but never the general concept. Usually, they show a picture like the one in Rook's answer. Actually, if you google Git and look at images, the internet is flooded with pictures like that.
Jun 27, 2023 at 9:31 comment added Error - CPU Not Foud @000 - Don't worry if you don't understand Git. Git is the incarnation of the concept "Why make it simple when you can make it complicated". It is like a backup system that allows you to f*** up your backups big time (and also screw up the work of everybody working in parallel with you). It is developed by minds that also like low-level, over-complicated things that want to be simple and powerful but all they manage to do is to be really dangerous (things like gun powder, C, Linux, etc).
Feb 25, 2021 at 10:24 comment added vikramvi What does "unstaged" then ? reference atlassian.com/git/tutorials/saving-changes/git-stash, "...git stash command takes your uncommitted changes (both staged and unstaged), ..."
Feb 5, 2020 at 11:47 review Suggested edits
Feb 6, 2020 at 15:07
Dec 26, 2019 at 17:55 comment added mminneman One thing that was not clear to me from other answers was that if you only want to do a partial commit of your local repo, you stage the files you want to commit. Leave the others alone (like local testing config). When you commit, you commit your staged files. For example, in visual studio docs.microsoft.com/en-us/azure/devops/repos/git/…. This is described in the purple box there.
S May 19, 2019 at 9:04 history suggested Kamil Naja
added relevant tag
May 18, 2019 at 18:20 review Suggested edits
S May 19, 2019 at 9:04
Feb 25, 2018 at 8:11 comment added Lamar For some reason, the best way I could understand the importance of staging is from this answer in Quora: qr.ae/TbSK2I
Jan 29, 2018 at 12:08 comment added Philip Kendall Did you mean to remove the "terminology" tag from this question? It seems a perfectly valid tag to me.
S Jan 29, 2018 at 11:24 history rollback 000
Rollback to Revision 2 - Edit approval overridden by post owner or moderator
Oct 6, 2017 at 13:29 history suggested hippietrail
terminology tag
Oct 6, 2017 at 0:48 review Suggested edits
S Jan 29, 2018 at 11:24
Jun 12, 2017 at 8:31 comment added Xaqron Git is hard to understand because there is no conceptual tutorial out there. All go through unnecessary details.
Dec 15, 2016 at 17:47 comment added Jonatan Öström Git does indeed have its own vocabulary. And since every instruction is formulated in the special vocabulary it is hard to get started. To "stage" is to do git add file.ext for a specific file, or git add . to affect all modified and untracked files. Files that have been added in this way are said to be "staged" and they will be included in the next "commit". The commit is a snapshot of your work created e.g. with git commit -m "I wrote something".
Aug 25, 2016 at 11:57 answer added palash140 timeline score: -1
Jul 5, 2016 at 2:26 review Close votes
Jul 9, 2016 at 3:01
Apr 7, 2016 at 10:02 comment added gnat related: What is the benefit of git's two-stage commit process (staging)?
Aug 11, 2014 at 23:11 vote accept 000
Aug 11, 2014 at 23:11 vote accept 000
Aug 11, 2014 at 23:11
Aug 11, 2014 at 19:29 history protected gnat
Jul 11, 2014 at 0:55 answer added Mostafiz Rahman timeline score: 6
Jul 7, 2014 at 12:45 answer added utnapistim timeline score: 53
S Jul 7, 2014 at 11:13 history suggested mikemaccana CC BY-SA 3.0
Fix English
Jul 7, 2014 at 10:38 review Suggested edits
S Jul 7, 2014 at 11:13
Apr 29, 2014 at 20:34 answer added Old Pro timeline score: 10
Nov 15, 2011 at 14:13 vote accept 000
Jun 24, 2013 at 23:47
Nov 15, 2011 at 9:15 answer added sleske timeline score: 24
Nov 15, 2011 at 7:56 answer added Spoike timeline score: 166
Nov 15, 2011 at 5:21 history tweeted twitter.com/#!/StackProgrammer/status/136312849982177280
Nov 15, 2011 at 3:36 answer added Rook timeline score: 400
Nov 15, 2011 at 3:31 answer added Josh K timeline score: 30
Nov 15, 2011 at 3:27 history asked 000 CC BY-SA 3.0