• Skip to main content

Uly.me

cloud engineer

  • Home
  • About
  • Archives

Git Commit

November 7, 2012

Git Commit is a command for committing files to the local repository. Once satisfied with the changes in the local repository, the files will need to be committed. This command does not update the master repository in Github. Just the local repository. You commit files to the local repository by issuing this command in the Terminal.

git commit -m “your comments go here” -a

git commit -m “your comments go here” -a

Filed Under: Git Tagged With: commit

Search This Website

Subscribe Via Email

  • Home
  • About
  • Archives

Copyright © 2023