Create Git Aliases

[Solved] Create Git Aliases | Webassembly - Code Explorer | yomemimo.com
Question : setting git aliases

Answered by : jan-dunder

git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.br branch

Source : https://courses.fit.cvut.cz/BI-GIT/environment.html | Last Update : Tue, 04 Oct 22

Question : git add alias

Answered by : cadoteu

git config --global alias.<alias> <command>

Source : https://gitexplorer.com/ | Last Update : Mon, 14 Mar 22

Answers related to create git aliases

Code Explorer Popular Question For Webassembly