I would suggest, if you only changed one file then you might do something like this: git add “Your_file.txt” git commit -m “added a new feature in… Read more “git commit -m vs. git commit -am”
Category: Devops
How to check or configure a user in Git?
How to show your Git username There are at least three ways to show your Git username: The git config command The git config –list command Looking in your Git configuration file… Read more “How to check or configure a user in Git?”
Install git on Windows
Download the latest Git for Windows installer. When you’ve successfully started the installer, you should see the Git Setup wizard screen. Follow the Next and Finish prompts to complete the installation. The default options… Read more “Install git on Windows”
What is Git and Github?
What is Git? From its website, Git is defined as a free and open source distributed version control system designed to handle everything from small to very large projects… Read more “What is Git and Github?”
Install Git on Mac OS X
There are several ways to install Git on a Mac. In fact, if you’ve installed XCode (or it’s Command Line Tools), Git may already be installed. To… Read more “Install Git on Mac OS X”