fbpx
Course Content
WHAT IS BASH?
• BASH is an acronym for Bourne Again Shell, a punning
0/1
WHAT IS GITBASH?
Git Bash is an application for Microsoft Windows environments which provides an emulation layer for a Git command line.
HOW TO INSTALL GITBASH FOR WINDOWS?
GitHub
About Lesson
  • Usage: git commit -a
  • This command commits any files you’ve added with the git add command and also commits any files you’ve changed since then.
  • [vagrant@master ,..,]$ git commit -a
  • Aborting commit due to empty commit
Join the conversation