Git Commands
Git Commands
706]
C:\Users\MadaPas>d:
D:\>cd _documente
D:\_Documente>cd desktop
D:\_Documente\Desktop>dir
Directory of D:\_Documente\Desktop
D:\_Documente\Desktop>cd techcrudproject
D:\_Documente\Desktop\techCRUDproject>dir
Directory of D:\_Documente\Desktop\techCRUDproject
D:\_Documente\Desktop\techCRUDproject>git init
D:\_Documente\Desktop\techCRUDproject>git status
On branch master
No commits yet
Untracked files:
.gitignore
.mvn/
mvnw
mvnw.cmd
pom.xml
src/
nothing added to commit but untracked files present (use "git add" to track)
D:\_Documente\Desktop\techCRUDproject>git .
am
gc
mv
p4
rm
D:\_Documente\Desktop\techCRUDproject>git add .
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
The file will have its original line endings in your working directory
D:\_Documente\Desktop\techCRUDproject>git status
On branch master
No commits yet
Changes to be committed:
D:\_Documente\Desktop\techCRUDproject>git branch
* master
D:\_Documente\Desktop\techCRUDproject>git remote -v
origin https://github.com/MadaPas/MoviesAppProject.git (fetch)
To https://github.com/MadaPas/MoviesAppProject.git
D:\_Documente\Desktop\techCRUDproject>