Few Basic & Advanced Git Commands: Possibly necessary, Definitely helpful
Git Commands Git: A distributed version-control system. Keep the below diagram in mind. Basic Commands: Usage Based Empty Row PlaceHolder Initializing a git repository git init git remote add origin remote_URL or git clone remote_URL Empty Row PlaceHolder Setting Configurations git config --global user.email "you@emailaddress.com" git config --global user.name "Your Name" Empty Row PlaceHolder Getting Information Empty Row PlaceHolder List All Local branches git branch List All Remote branches ...