Setting up a git bare repository on Linux -- [ tutorial ]
Jakeatlinux
How to set up a git bare repository on your Linux machine using the command line
- create new repository on gitlab/github (do not init with read me) 2)open terminal and create dir with new repo name in your home dir
- cd into new repo dir 4)type git init --bare $HOME/"your repo name here" 5)create alias for "/usr/bin/git --git-dir=$HOME/"repo name here"/ --work-tree=$HOME" 6)your new alias config --local status.showUntrackedFiles no
github https://github.com/jdpedersen1
gitlab https://gitlab.com/jped
email jake@jpedmedia.com ... https://www.youtube.com/watch?v=gsO0-wk3yz8
2022-12-14
0.01645587 LBC
Copyrighted (contact publisher)
33715065 Bytes