Created: 2023-07-11 Tue 10:33
git config
git init
and the .git
directorygit add
, git commit
git status
git remote
git push
git config --global user.name "Ada Lovelace"
git config --global user.email "ada@lovelace.io"
git config --global core.editor "emacs -nw"
git config --global init.defaultBranch main
git config --list
git config --help
cat ~/.gitconfig
~/.gitconfig
[core] editor = emacs -nw [init] defaultBranch = main [user] name = Ada Lovelace email = ada@lovelace.io
README.md
filegithub.com/username
)Content inspired by Software Carpentry's Version Control with Git course.
Created with Emacs, Org Mode, and RevealJS.
View the source.