close
Skip to content

meszner/firststeps_github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

firststeps_github

Grundlegende Arbeitsschritte zur Anwendung von Git und GitHub

  1. Repository anlegen auf GitHub

  2. Lokal (CLI)

    • git clone URL
    • git add -A
    • git commit -m "Kommentar"
    • git push
  3. Wichtige Commands

    • git pull
    • git status
  4. Ohne clone

    • git init
    • Achtung: vor pull: git checkout master

About

Grundlegende Arbeitsschritte zur Anwendung von Git und GitHub

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors