Results: 1580
Notes
  • Newest first
  • Oldest first
  • Newest first(All)
  • Oldest first(All)
git log
git log
checks if there are some commits
Author: User's name<User's.e-mai@example.com>
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
changes to be commited
if file is changes, in green keys
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
git add
command that adds file in directory
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
git commit -m <file name>
git commit -m <file name>
makes changes in file repository
-m
means new change commit It's command for each new commit
by ვაჟა ტყემალაძე
2 years ago
0
Git
Git Tutorial - Learn Command-line Git & GitHub
0
git add .
git add .
adds all new commits and changes in directory
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
remote repository
In order to implement changes from git to github, we should create a remote repository, any kind of name we want
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
changes
before changes, we call comand
git status
, after chaNGING SOMETHING IN FILE. THEN WE CALL
GIT COMMIT -M <>
COMMAND
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
git push
git push
a repository goes to next commit
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
git clone
git clone <repository addres copied>
downloading entire projects
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
cd <file name>
cd File Name
_ enters a new directory with addres
by ვაჟა ტყემალაძე
2 years ago
0
Git
note
Git Tutorial - Learn Command-line Git & GitHub
0
Results: 1580