Git not tracking new files - is tracking existingHow does git track changes, why does it get confused?...
How to make payment on the internet without leaving a money trail?
How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?
What would happen to a modern skyscraper if it rains micro blackholes?
Patience, young "Padovan"
If I cast Expeditious Retreat, can I Dash as a bonus action on the same turn?
"You are your self first supporter", a more proper way to say it
Why is an old chain unsafe?
Why doesn't Newton's third law mean a person bounces back to where they started when they hit the ground?
How do I create uniquely male characters?
How to get the available space of $HOME as a variable in shell scripting?
Can a German sentence have two subjects?
Why Is Death Allowed In the Matrix?
The magic money tree problem
I probably found a bug with the sudo apt install function
Book about a traveler who helps planets in need
Why are 150k or 200k jobs considered good when there are 300k+ births a month?
Draw simple lines in Inkscape
What is the offset in a seaplane's hull?
What do you call a Matrix-like slowdown and camera movement effect?
GPS Rollover on Android Smartphones
Why is "Reports" in sentence down without "The"
XeLaTeX and pdfLaTeX ignore hyphenation
Theorems that impeded progress
Suffixes -unt and -ut-
Git not tracking new files - is tracking existing
How does git track changes, why does it get confused? Because I doWhy is Git falsely noting that my files are up-to-date?Git doesn't observe new exceptions in .gitignoreMaster does not appear to be a git repository errorgit clone replicates submodules, but they are not repos anymoreAutomated git push attempt does not work - authentication issueAnyway to push a user's last commit via git through github?Is there a way to keep only as much history as needed for common ancestor between git repos?Git merge conflicts with file renameGit partial commit of changes
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}
Finally going to give up and ask for help. Having some git (windows) issues. If I make changes to an existing file,I can add-commit-push as usual. However, if I create a new file, git does not track it at all. Regardless of folder or extension. I am quite certain this is not a gitignore issue.
Thanks for any assistance!
git
New contributor
add a comment |
Finally going to give up and ask for help. Having some git (windows) issues. If I make changes to an existing file,I can add-commit-push as usual. However, if I create a new file, git does not track it at all. Regardless of folder or extension. I am quite certain this is not a gitignore issue.
Thanks for any assistance!
git
New contributor
Welcome to SU! We'll need some more details before we can help you. Do you meangit add
doesn't work on new files? Have you verified that those files are not omitted by your.gitignore
?
– Niayesh Isky
yesterday
add a comment |
Finally going to give up and ask for help. Having some git (windows) issues. If I make changes to an existing file,I can add-commit-push as usual. However, if I create a new file, git does not track it at all. Regardless of folder or extension. I am quite certain this is not a gitignore issue.
Thanks for any assistance!
git
New contributor
Finally going to give up and ask for help. Having some git (windows) issues. If I make changes to an existing file,I can add-commit-push as usual. However, if I create a new file, git does not track it at all. Regardless of folder or extension. I am quite certain this is not a gitignore issue.
Thanks for any assistance!
git
git
New contributor
New contributor
New contributor
asked 2 days ago
ScottVMeyersScottVMeyers
1
1
New contributor
New contributor
Welcome to SU! We'll need some more details before we can help you. Do you meangit add
doesn't work on new files? Have you verified that those files are not omitted by your.gitignore
?
– Niayesh Isky
yesterday
add a comment |
Welcome to SU! We'll need some more details before we can help you. Do you meangit add
doesn't work on new files? Have you verified that those files are not omitted by your.gitignore
?
– Niayesh Isky
yesterday
Welcome to SU! We'll need some more details before we can help you. Do you mean
git add
doesn't work on new files? Have you verified that those files are not omitted by your .gitignore
?– Niayesh Isky
yesterday
Welcome to SU! We'll need some more details before we can help you. Do you mean
git add
doesn't work on new files? Have you verified that those files are not omitted by your .gitignore
?– Niayesh Isky
yesterday
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
ScottVMeyers is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1422010%2fgit-not-tracking-new-files-is-tracking-existing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
ScottVMeyers is a new contributor. Be nice, and check out our Code of Conduct.
ScottVMeyers is a new contributor. Be nice, and check out our Code of Conduct.
ScottVMeyers is a new contributor. Be nice, and check out our Code of Conduct.
ScottVMeyers is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1422010%2fgit-not-tracking-new-files-is-tracking-existing%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Welcome to SU! We'll need some more details before we can help you. Do you mean
git add
doesn't work on new files? Have you verified that those files are not omitted by your.gitignore
?– Niayesh Isky
yesterday