JupyterHub
HomeServicesDocumentationBlog
1.0.0
1.0.0
  • Introduction
  • Determine Your Workflow
  • About Jupyter Notebooks
  • About JupyterHub
  • Computing Policies
  • ❓Help and Support
    • Getting Support
    • FAQ
    • Known Issues/Bugs
    • Instructor's Checklist
    • Additional Resources
  • Getting Started
    • Sign In
    • Import Notebooks
    • Launch a Notebook
    • Launch a Terminal Session
  • Using Your Hub
    • Interface Overview
    • Creating a New Blank Notebook
    • Managing Active Notebooks
    • Shutting Down Server
  • Content Sync via Link
    • Link generation
  • CONTENT SYNC VIA GIT
    • Git Overview
    • Create GitHub Account
    • Set Up Git in JupyterHub
    • Downloading Content
    • Saving and Uploading Content
    • GIT Cheatsheet
  • Github Classroom (Student Guide)
    • Getting Started
    • Getting and Uploading Assignments
  • GitHub Classroom (Instructor Guide)
    • Overview
    • Getting Started
    • Distributing Homework
    • Distributing Lectures
    • Learning Management Systems
  • ADVANCED TOPICS
    • Package Installation
    • Accessing Classic Notebook
    • Slideshow Plugin
    • VSCode
    • SQLite
    • RStudio and Shiny
    • Dash
  • Reproducibility
    • Replicating the Environment
    • Using Docker
Powered by GitBook
On this page
  • Basics Git Commands
  • Additional Resources:
Export as PDF
  1. CONTENT SYNC VIA GIT

GIT Cheatsheet

PreviousSaving and Uploading ContentNextGetting Started

Last updated 6 years ago

Basics Git Commands

Command

Brief

git add <files>

add a file to next commit (stage)

git commit -m <message>

commit staged files

git push

upload staged commit to repo

git pull

get remote repo commits and download (try and resolve conflicts)

git clone <url>

download entire repository

For the complete Git cheatsheet (provided by GitHub) go to the link below or go to

Additional Resources:

Learn Git interactively:

GitHub

Atlassian Git Tutorial

https://education.github.com/git-cheat-sheet-education.pdf
https://learngitbranching.js.org/
https://help.github.com/articles/git-and-github-learning-resources/
https://www.atlassian.com/git/tutorials/learn-git-with-bitbucket-cloud
98KB
git-cheat-sheet-education.pdf
pdf
Download Git Cheatsheet