Difference between revisions of "Git/staged"
< Git
		
		
		
		Jump to navigation
		Jump to search
		|  (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.