Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Git Beginners Git Beginners
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Insights
    • Issue
  • Wiki
    • Wiki
  • Activity
  • Create a new issue
  • Issue Boards
Collapse sidebar
  • Computer-ScienceComputer-Science
  • Git BeginnersGit Beginners
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Jul 23, 2018 by Andrew James Collett's avatar Andrew James Collett
Show whitespace changes
Inline Side-by-side
Home.md
View page @ d598f5f2
...@@ -182,7 +182,7 @@ Let's create a file in your git folder and see how this change is shown in git. ...@@ -182,7 +182,7 @@ Let's create a file in your git folder and see how this change is shown in git.
nothing added to commit but untracked files present (use "git add" to track) nothing added to commit but untracked files present (use "git add" to track)
```` ````
We see that there is a file called "fred.txt" that is not yet in the Index, or in the repo. We see that there is a file called "fred.txt" that is not yet in the Index, or in the repo.
4. Let's do as suggested as add the file with `git add fred.txt`. 4. Let's do as suggested and add the file with `git add fred.txt`.
5. If we `git status` again we see: 5. If we `git status` again we see:
```` ````
On branch master On branch master
......
Clone repository
  • Home