Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [version-control]

Version control is the management of changes to documents, programs, and other information stored as computer files. Use this tag to mark general questions about usage and applicability of version control, VCS comparison. For most commands and techniques specific to each particular VCS there are specific tags, which should be preferred.

0 votes
0 answers
8 views

Is there a way to delete security logs on GitHub?

I was just wondering if there is any way that I can delete security logs on GitHub for my own Private account on which I only have private repositories that are shared with nobody. Is it possible at ...
11 votes
2 answers
9k views

GIT Renaming a branch and keeping all commit history

I have a question regarding renaming a branch in git. I created a local branch dev and pushed branch to remote. I did lots of work on the dev branch and am updating remote branch regularly. Now I ...
0 votes
0 answers
13 views

How to package and maintain helm charts for both open and closed beta?

I manage some Kubernetes CRDs and package them in Helm Charts for managing the different versions. Currently we only have one Helm Chart version that we deploy to production which is v1.0.0 and any ...
68 votes
11 answers
80k views

Re-establish TFS source control bindings

I have about a dozen Visual Studio 2010 projects I've been working on that are versioned in a TFS repository. Recently I went on a vacation and upgraded my computer's OS to Windows 7 64 bit. I've ...
93 votes
17 answers
51k views

How to find untracked files in a Perforce tree? (analogue of svn status)

Anybody have a script or alias to find untracked (really: unadded) files in a Perforce tree? EDIT: I updated the accepted answer on this one since it looks like P4V added support for this in the ...
1 vote
1 answer
28 views

Automate sync via git between repo and server, ignoring but not removing files in .gitignore from source

I would like to push and pull from a GitHub repository in a slightly complicated setup. CMS/Server ⇄ GitHub ⇄ Translation Service I'm using a flat file CMS which stores content as .txt files, one per ...
11 votes
8 answers
9k views

How to show "new" commits in git

I do git pull to get new commits from remote and merge them with my local branch. How can I list the commits that "just came in" ?
0 votes
0 answers
39 views

How to Version Control a PostgreSQL Table?

Backend: Python 3.11 and Django 5.0.6 Database: PostgreSQL 15 Our app deals with reporting from the database. We don't store report SQL queries in the codebase; instead, we store them in DB tables. ...
17 votes
3 answers
27k views

How to change an old commit message? [duplicate]

I need to change an old commit message. Considering that I've made a few other commits afterwards, is there a way to change it, via git or directly on GitHub, without interfering with the other ...
0 votes
1 answer
48 views

Why does `git clone --depth 1` leave packfiles?

I am trying to clone a repository with a lot of blobs in its history, and would like to only download the files at a specific commit without any added overhead or redundancy. When trying git clone --...
63 votes
3 answers
229k views

How to create new local branch in Git

I am working on a project which I cloned from a remote repository hosted on GitLab. I made some changes to the project, but I didn’t create any branch and want to now start work on some other new ...
0 votes
0 answers
23 views

Large file not pushing to GitHub [duplicate]

I added a file (.mlpackage) of 774.96MB to my project, and it won't push to github because it exceeds their 100MB file limit. As instructed by my terminal, I've used git lfs, however the file still ...
5 votes
2 answers
2k views

GitHub: Is there a way to programmatically file an issue?

Is there an API for filing a GitHub issue? When I have an unexpected issue I would like to offer the user an option to automatically report an issue.
-1 votes
1 answer
34 views

How to undo a <history change> push in git? [duplicate]

After a month of working on a personal project, I realized I was using an invalid user.name and user.email so I changed it properly and everything was set right until the last commit done 2 months ...
-1 votes
2 answers
2k views

MS Access - "Cannot Find the Name... In the Expression" error - IIf CDbl statement

My Problem I have a fairly straight forward autoexec macro to perform a version control check for my split database. I have a table in the frontend called LocalVersionNumber, and a table in the ...

15 30 50 per page
1
2 3 4 5
1150