Skip to content

Latest commit

 

History

History
75 lines (66 loc) · 1.37 KB

TODO.md

File metadata and controls

75 lines (66 loc) · 1.37 KB

TODO

Todo list for this tutorial repository

  • Todo list

  • Introduction

  • Table of Contents

  • Git

    • Installation
    • Check version
    • Git configuration
      • Initialize
      • Main branch
      • VSCode
      • Unset configuration
    • PAT
    • SSH
    • Create repository
    • Clone repository
    • gitignore
    • commit template
    • pull request template
    • contributing template
    • git status
    • git add
    • git commit
      • git commit --amend
    • git log
    • git show
    • git diff
      • git difftool
    • Undoing changes
      • git reset
        • git reset --hard
        • git reset --mixed
        • git reset --soft
      • git revert
      • git restore
    • git rm
    • git tag
    • git checkout
    • git branch
      • git switch
      • git merge
      • merge conflict
      • git mergetool
    • git stash
    • git rebase
    • git remotes
      • git pull
      • git fetch
      • git push

  • Git extras
    • Commit to past
    • Completely delete a file from repository and history
    • Git bundling
    • GUI Clients

  • Contribute
  • License
  • References
    • Learning references
    • Logos and images
  • Contributos bot

  • Fix typo issues
  • Add visualizations and documentation