Git/staged: Difference between revisions

from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
< Git
Created page with "category:git/concepts {{nav/git/file status}} A '''staged''' file is one that has been added to the staging area, which is located under the .git/ folder within the project."
 
m proper sorting for category
 
Line 1: Line 1:
[[category:git/concepts]]
[[category:git/concepts|staged]]
{{nav/git/file status}}
{{nav/git/file status}}
A '''staged''' file is one that has been added to the staging area, which is located under the .git/ folder within the project.
A '''staged''' file is one that has been added to the staging area, which is located under the <code>.git/</code> folder within the project.

Latest revision as of 21:11, 9 March 2015

A staged file is one that has been added to the staging area, which is located under the .git/ folder within the project.