Skip to content

Useful Git commands

Shamik Biswas edited this page Feb 22, 2023 · 11 revisions

Git Commands

Setting up default editor

git config --global core.editor "vim"

or export GIT_EDITOR=vim

Git Credential Manager(GCM) for Linux

Installation

Setting up GCM cache for authentication

https://github.com/GitCredentialManager/git-credential-manager/blob/main/docs/credstores.md#gits-built-in-credential-cache

Clone this wiki locally