Compare commits
3 Commits
main
...
feature/de
Author | SHA1 | Date | |
---|---|---|---|
1642934a30 | |||
f17209e24d | |||
07fa763c66 |
2
.gitignore
vendored
@ -1 +1 @@
|
||||
secret.txt
|
||||
secert.txt
|
@ -1,4 +1,11 @@
|
||||
Step 1 : Create new empty repository
|
||||
- Visited the Git-Training-Hub organization on Git Comorin
|
||||
- Created a new repository named as git-practice-Solomon
|
||||
- Created with no README, no .gitignore and no license
|
||||
- ![]
|
||||
|
||||
## 1. What is Git and Version Control
|
||||
|
||||
Git is a Version Control System (VCS).
|
||||
|
||||
|
||||
@ -15,33 +22,31 @@ Old version ku back poganum na kashtam.
|
||||
Example:
|
||||
School project / Google Docs → many people editing the same file
|
||||
|
||||

|
||||
|
||||
## 2. Installing Git & Configuring User Info
|
||||
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
## 3. Initializing a Repository
|
||||

|
||||

|
||||
|
||||
|
||||
## 4. Working Directory, Staging, and Commits
|
||||

|
||||
|
||||

|
||||
|
||||
## 5. Adding & Committing Files
|
||||

|
||||
|
||||
## 6. Viewing Commit Logs & Diffs
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 7. Creating & Switching Branches
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## 8. Cloning a Remote Repository
|
||||

|
||||
@ -50,10 +55,3 @@ Example:
|
||||

|
||||
|
||||
## 10. Pushing & Pulling Changes
|
||||

|
||||

|
||||
|
||||
|
||||
## 11. Ignoring Files with .gitignore
|
||||

|
||||

|
@ -1,3 +0,0 @@
|
||||
Hello World
|
||||
Today Tech Tharsday
|
||||
Mark my words
|
Before Width: | Height: | Size: 22 KiB |
BIN
git_branch.png
Before Width: | Height: | Size: 4.9 KiB After Width: | Height: | Size: 21 KiB |
BIN
git_diff_commit1_commit2.png
Normal file
After Width: | Height: | Size: 90 KiB |
BIN
git_pull.png
Before Width: | Height: | Size: 21 KiB |
BIN
git_push.png
Before Width: | Height: | Size: 50 KiB |
BIN
git_switch.png
Before Width: | Height: | Size: 21 KiB |
BIN
gitignore.png
Before Width: | Height: | Size: 24 KiB |