Skip to content

murdantix/FA12_1_Projekt_2022_2023

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

FA12_1_Projekt_2022_2023

Versionsverwaltung mit Git & GitHub

Übungsaufgaben:

  1. GitHub Account erstellen
  2. Repository clonen
  3. Feature-Branch erstellen
  4. test.txt erstellen und in Feature-Branch commiten
  5. Pushen

Usefull Functions:

Clone: git clone https://github.com/MaximJulien/FA12_1_Projekt_2022_2023.git

Commit: git add. -> git commit –m “<Commit-Nachricht>”

Push: git push

Rebase: git rebase <name>

Merge: git merge <name>

Fetch: git fetch

Pull: git pull

Branch erstellen: git branch <name>

Branch auschecken: git checkout <name>

Cherry Pick: git cherry-pick <name> [--no-commit]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published