Everyday Git in twenty commands

  • 1 Min. Read.

To get a list of everyday git commands you can use the following command:

Troubleshooting

When you’ve installed git from source, you’d probably receive an error like this when running the above command:

The reason you’re getting this error is that the manual is not installed for git. This can be fixed by the following command.

sudo apt-get install git man or sudo apt-get install git-doc depending on your operating system.

Was this article helpful?

Related guides

Comments 0
There are no comments at the moment.
A concept by Wonderlus

Warning: Parameter 1 to W3_Plugin_TotalCache::ob_callback() expected to be a reference, value given in /mnt/home_bingo/codecaptain/codecaptain.io/public/wp-includes/functions.php on line 3583