We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ebf275 commit faf13eaCopy full SHA for faf13ea
README.md
@@ -6,3 +6,8 @@ git clone https://github.com/Software-Engineering-DHBW/LearningForDummies
6
Branch wechseln: git switch "NameBranch" <br />
7
Git Pull: git pull <br />
8
Git Push: git push
9
+
10
+Änderungen pushen:
11
+Git add -A
12
+Git commit -m"commit message"
13
+Git push
0 commit comments