Compare commits
3 Commits
main
...
feature/bu
| Author | SHA1 | Date | |
|---|---|---|---|
| 7a13b039d5 | |||
| d46de89da9 | |||
| f08ba6ad8e |
4
.gitignore
vendored
@@ -1,5 +1 @@
|
|||||||
<<<<<<< HEAD
|
|
||||||
secret.txt
|
secret.txt
|
||||||
=======
|
|
||||||
secret.txt
|
|
||||||
>>>>>>> feature/bugSheet
|
|
||||||
|
|||||||
BIN
.gitignore.png
|
Before Width: | Height: | Size: 31 KiB After Width: | Height: | Size: 23 KiB |
@@ -1,4 +1,4 @@
|
|||||||
### Repository Creation
|
### Step 1: Repository Creation
|
||||||
|
|
||||||
I created a new repository inside the **Git-Training-Hub** organization on Git Comorin.
|
I created a new repository inside the **Git-Training-Hub** organization on Git Comorin.
|
||||||
The repository name is `git-practice-muralikrishnan.rajamuni`
|
The repository name is `git-practice-muralikrishnan.rajamuni`
|
||||||
@@ -6,57 +6,3 @@ It was created empty (no README, no .gitignore, no license).
|
|||||||
|
|
||||||
### Screenshot:
|
### Screenshot:
|
||||||

|

|
||||||
|
|
||||||
### Step 1: What is Git and Version Control
|
|
||||||
Version Control is a system that records changes to files over time.
|
|
||||||
Git is the most popular Version Control System (VCS).
|
|
||||||
It’s distributed, meaning every developer has a full copy of the project history (not just files).
|
|
||||||
|
|
||||||
### Step 2: Installing Git & Configuring User Info
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### Step 3: Initializing a Repository
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### step 4: Working Directory, Staging, and Commits:
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### Step 5: Viewing Commit Logs & Diffs:
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### Step 6 : Creating & Switching Branches:
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### Step 7: Cloning a Remote Repository:
|
|
||||||

|
|
||||||
|
|
||||||
### Step 8: Adding & Managing Remotes
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
### Step 9: Pushing
|
|
||||||

|
|
||||||
|
|
||||||
### Step 10: Pull
|
|
||||||

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

|
|
||||||
|
|
||||||
### Viewing File History
|
|
||||||

|
|
||||||

|
|
||||||
|
|
||||||
### Viewing File History with Blame
|
|
||||||

|
|
||||||

|
|
||||||

|
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
BIN
git_checkout.png
|
Before Width: | Height: | Size: 9.9 KiB |
BIN
git_cloned.png
|
Before Width: | Height: | Size: 61 KiB |
BIN
git_config.png
|
Before Width: | Height: | Size: 17 KiB |
BIN
git_init.png
|
Before Width: | Height: | Size: 8.7 KiB |
BIN
git_log.png
|
Before Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 40 KiB |
BIN
git_pull.png
|
Before Width: | Height: | Size: 35 KiB |
BIN
git_remote.png
|
Before Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 10 KiB |
BIN
git_status.png
|
Before Width: | Height: | Size: 26 KiB |
BIN
git_version.png
|
Before Width: | Height: | Size: 6.6 KiB |
BIN
gitblame-L.png
|
Before Width: | Height: | Size: 29 KiB |
BIN
gitblame-e.png
|
Before Width: | Height: | Size: 33 KiB |
BIN
gitblame.png
|
Before Width: | Height: | Size: 33 KiB |
|
Before Width: | Height: | Size: 36 KiB |
BIN
gitlog-p.png
|
Before Width: | Height: | Size: 36 KiB |
@@ -1 +0,0 @@
|
|||||||
# secret text create
|
|
||||||
|
Before Width: | Height: | Size: 25 KiB |