Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
0 votes
2 replies
98 views

I've got a git repository published on GitHub. It has provided a web-based tool in English language. The software was not prepared for internationalization and localization. Another user has ...
Advice
0 votes
1 replies
55 views

I’m a CS student working on open-source projects, where much of my work (forks, private repositories, code reviews, documentation, and issue triage) doesn’t appear on GitHub’s contribution graph. Are ...
Tooling
0 votes
1 replies
55 views

I'm looking for Process improvement recommendations. Today, we have a dozen lab fixtures for setting up hardware. Most hardware setup is done by python scripts, we have a very small team with no real ...
Best practices
1 vote
3 replies
67 views

I don't have access to the GPG key right now. How can I make commits and then sign them on another computer? I know about git rebase, but it's important to me that the dates in the GitHub repository ...
Best practices
4 votes
3 replies
79 views

I have been wondering how to version Wordpress projects correctly. Versioning the entire Wordpress directory? I'd be versionning a lot of code that's not mine (Wordpress core, theme(s), plugins...) ...
Advice
1 vote
3 replies
84 views

One really common issue I encounter is that Git is purely text-based, and doesn't know anything about the language of the file it's tracking. Most of my time spent resolving merge conflicts is fixing ...
0 votes
1 answer
77 views

I want to filter the commits shown by git log --graph, so that the commits included are either reachable only by the first parent (--first-parent) [type A] or which are not reachable, whose first ...
1 vote
0 answers
67 views

Consider the following repository example - hg init echo "1" > 1.txt hg add hg commit -m "Added 1" echo "2" > 2.txt hg add hg commit -m "Added 2" echo &...
Mortz's user avatar
  • 4,959
-1 votes
3 answers
104 views

We're migrating from SVN to Git using "git svn clone" followed by post-cleanup with some git-filter-repo scripts. So we're already rewriting history, and we don't need backwards interop ...
Dennis's user avatar
  • 2,624
0 votes
2 answers
119 views

I recently rebased my local feature branch onto the latest main branch to get up-to-date. Now, my commit history looks all weird—some commits seem duplicated or out of order, and when I try to push, I’...
-1 votes
1 answer
89 views

I have a dozen feature branches that I would like to manually test at the same time by merging them into a single test branch, to avoid repeating the overhead of setting up the test environment for ...
0 votes
1 answer
58 views

How can I force git to identify changes to the executable bit in a file? I have unset and set the core.filemode flag at the local and global levels, but permission changes to the executable bit still ...
1 vote
0 answers
26 views

I removed a sub-directory and all its files (rm -rf foo) in a project but hg status still shows them with '!' and I can't amend/upload because of that. project/$ ls foo a.c b.c Makefile project/$ rm -...
A. K.'s user avatar
  • 39.4k
1 vote
1 answer
77 views

I'm synchronizing 2 apps and what I'm trying to do right now is version control. Is there any way to get the version number and version code of another application from my own application in Kotlin? I ...
-2 votes
1 answer
256 views

A few years ago, I learned Python, and in the latter half of the course, I also learned Git and GitHub. At that time, I pushed all my local folders to GitHub without thinking about organizing them ...

15 30 50 per page
1
2 3 4 5
...
1148

AltStyle によって変換されたページ (->オリジナル) /