Linked Questions

76 votes
2 answers
71k views

Possible Duplicate: git - removing a file from source control (but not from the source) I have a .classpath file which is currently in GIT repository. After I pulled from remove repository(git ...
Leem.fin's user avatar
  • 42.9k
4 votes
1 answer
3k views

I have repository with one file with the local settings. I have added it to .gitignore and to .git/info/exclude but it was previously pushed to server and git wants to track them. How to exclude this ...
Nips's user avatar
  • 14k
3 votes
2 answers
1k views

I cloned the remote repository which is having three files file1.txt file2.txt file3.txt changes are made locally in my machine into file3.txt. I don't want the changes to go into remote repo and ...
Mohamed Hussain's user avatar
1 vote
1 answer
1k views

Possible Duplicate: git - removing a file from source control (but not from the source) I have a .DS_Store file that is in the path project/app/assets/javascripts. How do I remove from this file ...
keruilin's user avatar
  • 17.7k
1 vote
1 answer
749 views

I'm collaborating on an IntelliJ IDEA project using Git and GitHub. The original creator of the repo added the IntelliJ .idea folder to the repo, and I find it annoying to see changes to IDE files ...
Magnus's user avatar
  • 19.1k
2 votes
1 answer
636 views

I have small but burdensome problem. In my private git repository I added temporary/cache folder to push and now any time my cached files supplications in pushes. How to set them ignore? I've try to ...
kkajzar's user avatar
  • 111
0 votes
0 answers
296 views

I add to my project root the .gitignore file but I don't know why I still get the bin and debug folder here is my .gitignore file https://github.com/geshtop/5780_final1/blob/master/.gitignore in the ...
24sharon's user avatar
  • 1,975
1 vote
1 answer
149 views

I'm curious as to why Git does not report already tracked files/directories/sub-directories as deleted when that file/directory/sub-directory is later ignored (in .gitignore). As ignoring tells Git ...
dkjain's user avatar
  • 891
0 votes
2 answers
136 views

I have two files .cat and .inf which are not mentioned in the .gitignore file. But still, they are greyed out in VS code which shows that they are not getting committed/uploaded to the git repo. my-...
Abubakar Riaz's user avatar
-1 votes
2 answers
153 views

I have several sensitive images on a computer vision program I created that I don't want public but I want to share the main python code. Is there a way to make only certain files in a github ...
Alvino123's user avatar
0 votes
2 answers
146 views

I have inherited a Visual Studio project, and the git repo did not include a .gitignore file. I downloaded the one located here https://github.com/github/gitignore/blob/master/VisualStudio.gitignore ...
Cam's user avatar
  • 2,220
-3 votes
2 answers
206 views

I am try to ignore development.rb, database.yml files when commiting to a git repository .gitignore config/environments/development.rb config/database.yml
Santosh Kumbhar's user avatar
0 votes
1 answer
160 views

i accidently added some of storage files to my git repository that i want to remove them from local machine now but they have to remain on server . so what i did is cloning the project on my local ...
Farshad's user avatar
  • 2,000
0 votes
2 answers
134 views

I have some existing code but now want to push this to GIT so I followed some steps and it states cd <localdir> git init git add . git commit -m 'message' git remote add origin <url> git ...
Dr Schizo's user avatar
  • 4,478
-5 votes
1 answer
103 views

I'm Developing an MauiApp on my windows machine and on GitHub Desktop there are many unnecessary changes which are appearing . these changes are related to bin/obj and other files ,Due to which it ...
GainzNCode's user avatar

15 30 50 per page
1
2 3 4 5
8