Difference between | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Difference between

git log --pretty=oneline and git log --pretty=oneline --all

1st Nov 2020, 6:02 PM
Dilip . K. N
Dilip . K. N - avatar
2 Answers
+ 15
Git is a version control software to manage your project, updates, versions, etc GitHub is a cloud to host your git repositories and so do team works. Remember to use the search bar to avoid from posting duplicate threads. https://www.sololearn.com/learn/1236/?ref=app https://www.sololearn.com/learn/1261/?ref=app
1st Nov 2020, 6:04 PM
Aditya
Aditya - avatar
+ 7
You can check the git documentation for an explanation of command line options https://git-scm.com/docs/git-log
1st Nov 2020, 6:55 PM
Tibor Santa
Tibor Santa - avatar