How to work with Git
-
Technical perspective:
- To understand this lets consider the following situation
-
You have pile of books
- You are supposed to move this books to a new location where they will be displayed in some library

-
Now we might follow the below apporach
- This is exactly what happens in Git

- For live example look into classroom video
First steps into git
- To label a commit in git it requires
- user name
- email id
- message
- date time of commit
- changes (changeset)
- Every commit will get a unique id (not a sequence numbers)
- One of the important concept to understand git well is hashing.
- Findout what hashing is ?
