Repository files navigation
git clone
git init
git status
git add
git commit
git log
git push
git pull
git checkout
git ignore
git reset
no
Git command
Short Explanation
1
git clone
git clone is a Git command used to create a copy of a remote repository on your local machine.
2
git init
git init is used to initialize a new Git repository in your current directory.
3
git status
git status shows the current state of your working directory and staging area.
4
git add
git add is used to move changes into the staging area so they’re ready to be committed.
5
git commit
git commit is used to save staged changes permanently in your Git repository.
6
git log
git log shows the commit history of your repository.
7
git push
git push is used to upload your local commits to a remote repository.
8
git pull
git pull is used to download changes from a remote repository and merge them into your current branch.
9
git checkout
git checkout is used to switch branches or restore files in your repository.
10
git ignore
.gitignore is a file that tells Git which files or folders to ignore so they are not tracked or committed.
About
This repo is store code, script related login page
Resources
Stars
Watchers
Forks
You can’t perform that action at this time.