1 Commits

Author SHA1 Message Date
5c23bb7dcb create new branch 2025-08-23 09:45:20 +05:30
18 changed files with 3 additions and 38 deletions

1
.env
View File

@ -1 +0,0 @@
added env file

1
.gitignore vendored
View File

@ -1 +0,0 @@
.ignore.txt

View File

@ -2,28 +2,4 @@ Step 1 : Create new empty repository
- Visited the Git-Training-Hub organization on Git Comorin - Visited the Git-Training-Hub organization on Git Comorin
- Created a new repository named as git-practice-Ajishini - Created a new repository named as git-practice-Ajishini
- Created with no README, no .gitignore and no license - Created with no README, no .gitignore and no license
- ![Repository_Screenshot](GIT_ASSIGNMENT.png) - ![Repository_Screenshot](GIT_ASSIGNMENT.png)
1. Checking Git Version
- ![Repository_Screenshot](git_version.png)
2. Checking Git Status
- ![Repository_Screenshot](git_status.png)
3. Adding Files to Staging
- ![Repository_Screenshot](git_add.png)
4. Viewing Commit History
- ![Repository_Screenshot](git_log.png)
5. Compact History (Oneline)
- ![Repository_Screenshot](git_log--oneline--graph.png)
6. Visual History (Graph)
- ![Repository_Screenshot](git_log--oneline--graph.png)
7. Checking Differences
- ![Repository_Screenshot](git_diff.png)
8. Comparing Two Commits
- ![Repository_Screenshot](git_commit-commit.png)
9. Exploring Branches
- ![Repository_Screenshot](git_checkout.png)
10. Cloning a Repository
- ![Repository_Screenshot](cloned-repo.png)
11. Pulling the Code
- ![Repository_Screenshot](git_pull.png)
12. Using gitignore
- ![Repository_Screenshot](git_ignore.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 34 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 40 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

View File

@ -1 +1 @@
Create new text file Create new branch

View File

@ -1,3 +1,2 @@
- Text file - Text file
- Changes changed - Changes changed
- new line added

View File

@ -1,7 +0,0 @@
- Created readme.md in a repo and renamed it to README.md
- ![Repository_Screenshot](readme.png)
- Git didnt show changes because windows system is case-insensitive
- Fixed it using:
`git mv -f readme.md README.md`
`git commit -m "Rename readme.md to README.md"`
- Reason: Git is case-sensitive, but case-insensitive filesystems treat both names as the same

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

View File

@ -1 +0,0 @@
this is a txt file