68383/how-to-untrack-a-file-in-git
Hi Guys,
I installed git in my windows system. I added of one file in staging area by mistake. How can I untrack that file?
Hi@akhtar,
You can untrack your file from git by using the below given command.
$ git rm -r --cached <file>
Hope this will help.
You can easily do this in one ...READ MORE
Hi@akhtar, gitignore file is a text file that tells Git which files or ...READ MORE
Hi Team, I have one Git repository. I ...READ MORE
Hi@akhtar, You can use git checkout <sha1> to check ...READ MORE
Hey @nmentityvibes, you seem to be using ...READ MORE
Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE
It can work if you try to put ...READ MORE
When you use docker-compose down, all the ...READ MORE
Hi@Shashi, You can use the git clean command. ...READ MORE
Hi@akhtar, Sometimes we accidentally add files in the ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.