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 @ d08791b6
......@@ -211,7 +211,7 @@ Let's create a file in your git folder and see how this change is shown in git.
6. Once you have made all the changes you want for a certain piece of work, you can commit them all together after adding them.
> This is as if you are saying "this is a group of changes that belong together and that I am finished with for now".
We commit these changes with the command `git commit`. Once you issue this command, you will be prompted with a text editor of your choice so that you can add a comment to this set of changes. [see here](#setup). Ask a demi to help you change editors if need be.
We commit these changes with the command `git commit`. Once you issue this command, you will be prompted with a text editor of your choice so that you can add a comment to this set of changes. [See here](#setup) and ask a demi to help you change editors if need be.
In this message you will also see a summary of changes. You should see both "fred.txt" and "java.txt".
......
Clone repository
  • Home