#git
Read more stories on Hashnode
Articles with this tag
if you have, upload a file, that you want to remove from the git or repository Here, we can see, that we have added hii.md file and two untracked...
Whatever, you have made changes inside the file , you can check by git diff it Checks Check the commit and diff And If you have your file in the...
skipping the staging area git add. First, make any changes inside the project Directory or .. if you have already worked on it git commit -a -m...
Here we have untracked files... · It means we need to add these files using .. git add. git add file1.txt After git add. git status it says, we...
Git From Scratch- by chirag kumar · Git: Version Control System you have made a product and you continuously moving forward to release and scale it. so,...