News

Steps to reproduce Init a new repo Add a file 1/test1.txt with content: 123 Commit changes as 1 Add a file 2/test1.txt with a bit different content (a new line changes is required because 123456 won't ...
Introduction to Git Commits Git commits are lightweight snapshots of a project you are working on, and switching between them is fast. Each time we do a git commit we create a new snapshot that is ...