About 1,747,768 results (2,920 milliseconds)

Running 'git status' shows modified files even when there are no ...

https://groups.google.com/a/chromium.org/g/chromium-dev/c/lY7CqcoUPRM
6 days ago ... Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in ...

BugReport: Using the Wildcard * with git restore and a source ...

https://groups.google.com/g/git-for-windows/c/j4-g7gWh76c
Sep 15, 2020 ... The file or files in which you are attempting to restore exists in any state within the source commit, branch, or tag you are using to ...

Git how to force server changes (overwrite local changes) and vice ...

https://groups.google.com/g/okapi-devel/c/yd8WDJ5p13g
But it does demand the files be committed in order to perform the merge. If you don't want to commit your local changes, one possibility is to use "git stash ...

Upgrade from 2.9.8 to 2.10.0 via git

https://groups.google.com/g/netbox-discuss/c/H9mS4sKc3cg
Changes not staged for commit: (use "git add <file>..." to update what will be committed). (use "git restore <file>..." to discard changes in working directory).

Version control your code | Dataform | Google Cloud

https://cloud.google.com/dataform/docs/version-control
Dataform uses Git to keep track of each change made to the files inside a repository. ... Restore the files in your workspace to their state from your last commit ...

Git reports .vcxproj.filters files as modified right after a fresh clone on ...

https://groups.google.com/g/wx-dev/c/dcEOhtV7Mmk
Changes not staged for commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) ...

Matas Šileikis - git

https://sites.google.com/site/matassileikis/git
... file: git add <file>, git commit --amend. discard changes to a file in the working directory: git restore <file>. look at an earlier commit with hash ...

[PSA] Git Submodules in chromium/src and significant git workflow ...

https://groups.google.com/a/chromium.org/g/chromium-dev/c/LDFlTtY8k3A
Aug 17, 2023 ... Always run gclient sync after checking out a new commit (e.g. after git pull) or you will need to explicitly add files that you intend to change ...

need to undo "Reset Changes" action git extensions

https://groups.google.com/g/gitextensions/c/fyt9AXC6GR4
Oct 9, 2013 ... Keith Davis ... And I know this is too little, too late, but you might want to consider using a "sync" service to hold your repos. I store all my ...

Using version control and deploying | Looker | Google Cloud

https://cloud.google.com/looker/docs/version-control-and-deploying-changes
... commit, and deploy ... Reverting uncommitted changes; Resolving merge conflicts. Git ... files and compresses file revisions to optimize your Git repository.

What should I do after a change is abandoned?

https://groups.google.com/g/repo-discuss/c/8tAphHqWqSA
Apr 20, 2014 ... This is a double-noob question, as I am new both to Gerrit and to Git. I made four changes to a project, committed them to my local repo, then ...

How-To: Repair a broken submodule in your Chromium checkout

https://groups.google.com/a/chromium.org/g/chromium-dev/c/8RVG3r1RuMI
May 13, 2013 ... # (use "git add/rm <file>..." to update what will be committed). # (use "git checkout -- <file>..." to discard changes in working directory).

fatal: not a valid object name: 'master'

https://groups.google.com/g/git-for-windows/c/9zagWq9kncc
Sep 15, 2023 ... (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) modified ...

issue with CRLF line endings

https://groups.google.com/g/sage-devel/c/5aDuK-0bgdY
(use "git checkout -- <file>..." to discard changes in working directory) modified: src/sage/rings/invariants/__init__.py no changes added to commit (use ...

Colons in filenames cause git delete

https://groups.google.com/g/tortoisegit-users/c/w9t79l_HFRw
A `git commit` with no changes to the repo shows the files are removed. ... Worse, a `git revert` does not restore the original files?! It is possible ...

How to get abandoned changes back?

https://groups.google.com/g/repo-discuss/c/Yu_Fr58bEyw
Mar 17, 2009 ... > skip". > To restore the original branch and stop rebasing run "git rebase -- > abort". > ======== ...

broken submodule Git, again

https://groups.google.com/g/stan-dev/c/v2xemNL_eq4
# (use "git add <file>..." to update what will be committed) # (use "git checkout -- <file>..." to discard changes in working directory) # # modified: src ...

Git command reference | Looker | Google Cloud

https://cloud.google.com/looker/docs/git-command-reference
Sep 11, 2023 ... Git Actions panel. Commit Changes & Push ... Revert Uncommitted Changes option to discard all the changes that have not been committed.

[SOLVED] Arch: Problem reconnecting to my gitlab project.

http://feedproxy.google.com/~r/linuxquestions/latest/~3/jqiAOHAJqCw/showthread.php
Oct 9, 2020 ... ... commit: (use "git add <file>..." to update what will be committed) (use "git restore <file>..." to discard changes in working directory) ...

Retaining original "modified date" of files

https://groups.google.com/g/tortoisesvn/c/oIzZVChAe9E
Is there any way to make TortoiseSVN retain the original "modified date" of files and add a column to show these original dates, in addition to the commit date?