Python Programming

Department of Computing | Imperial College London

book

Git Tutorials Index

  • [1] Index to Git tutorials

Chapter : Git Tutorials Index

Index to Git tutorials

face Josiah Wang

Here are easy access links to the Git tutorials buried in the core lessons.

Git intro, installing git, git init, git status

Git add, git commit, git config user.name and user.email

Git log

Git branch, git checkout, git merge

Git branch quick recap

Checking out a commit rather than a branch, Detached HEAD

Cloning remote respositories: git clone

Keeping local copy of a remote repo up to date: git fetch, git pull

.gitignore file

Setting up a remote repository on Gitlab for an existing local repo (git remote, git push)

git push

Previous
book

Page designed by Josiah Wang

Department of Computing | Imperial College London