Skip to content

boharap7788/Git-github

Repository files navigation

Git-github

simple way to create git repo and practice all the commands :::::::::

git init ---> it will intial the git

git add (filename) ---> it will add file to branch that we want for our business things

git commit -m "comments" ---> commit the code with req details

git push origin (branch-name) [ e.x - main/master ] --> to push code to repository

git log ---> to see logs or version

git reset --hard (commit-id) ---> to reste code to previous version)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages