Toggle navigation
Write For Us
Jobs
Blog
Home
Flutter
Python
Android
Compose
C
ReactNative
Ios Swiftui
Q&A
Quiz
Forum
Kotlin
Java
Ruby
Dart
Widgets
F-Tutorial
Source Code
Git
Bootstrap5
Git - Version Control
Introduction
Install git
Git Basics
Git Ignore File
Commit Files
Push To Remote
Pull from Remote
Find Difference
Git Branch
Git View Log/History
Git Revert Changes
Get a list of all git commits, including the 'lost' ons
How to get a history of commits?
#show last 2 commits git log -2
/br>
How to see last change?
# show diff of last changes git log -p -2 --color
git help log