User Tools

Site Tools


computing:git

This is an old revision of the document!


Table of Contents

GIT


Getting Started

TaskCommand
Start a new repogit init
Clone an existing repogit clone <url>

Configure Git

TaskCommand
Set a config option git config user.name 'Your Name'
Set a config option git config user.email 'Your email'
Set option globally git config –global …
Add an aliasgit config alias.st status
See all possible config options man git-config
computing/git.1777197390.txt.gz · Last modified: by oscar