All public logs
Jump to navigation
Jump to search
Combined display of all available logs of UNIX Systems Administration. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 18:31, 2 April 2026 Michael Kohler talk contribs created page GIT (Created page with "__FORCETOC__ == GIT Cheatsheet == # Initial setup git Global Configuration Variables #:<tt>'''$These configuration variables are stored in ~/.gitconfig'''</tt> #:<tt>'''$git config --global user.name "<user>"'''</tt> #:<tt>'''$git config --global user.email "<email>"'''</tt> #:<tt>'''$git config --list'''</tt> Initialize a new git Repository cd into directory to be added to the repository git init git add -A git commit -m "Repository Init...")