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

All Questions

0 votes
1 answer
41 views

Pull and push multiple branches efficiently

We are moving from bitbucket to azure in our team. But while the azure stuff are being set up properly, we want to keep our repositories in both of them, and updating them to be as up to date as ...
III_phr's user avatar
  • 64
0 votes
0 answers
21 views

XCODE failed to create Repositories History

I'm newbie to Swift Code and having a confusion with Xcode Repository when trying to test out how it works. Seems XCODE fail to create Repository History if we COMMIT with some CHANGES remained ...
Oscar's user avatar
  • 1
0 votes
0 answers
74 views

How to manage thousands of Git repositories

I'm working for a company that develops a set of products, having each of them be composed by tens or even hundreds of components. For the sake of good organization, security, maintainability and ...
Roberto Rodríguez's user avatar
1 vote
0 answers
220 views

Why does my Jupyter Notebook file display no contents when opened in Github or JupyterLite?

I'm very new to coding. I created an .ipynb file for a learning mod using VScode, which has its own version control. When I try to upload the Notebook to Github or JupyterLite, it shows up as a blank ...
Catdog's user avatar
  • 11
0 votes
1 answer
38 views

Move GIT including their branchs and tags from A to B

I have a project that use 2 different git. Both of them are the same app and what different it is a version & language. Consider Folder_1 directory is Version_1 project and Folder_2 directory is ...
khai's user avatar
  • 79
0 votes
1 answer
103 views

git log --grep: search in the range from HEAD to the last (arbitrary) branch name

I'm currently using Git as part of a tool in which I need to mark some Git repository changes. Therefore, I create some "marker commits". Now, I want to know how to efficiently find those ...
gerion's user avatar
  • 355
1 vote
0 answers
41 views

Existing Xcode git repo transferring to GitLab

How can you add an existing Xcode git repository to Gitlab, so you have the project on their site, too, without having to delete the Xcode project and init an git repo on gitlab first. Couldn't find a ...
Tim Hebestreit's user avatar
1 vote
2 answers
851 views

AWS Lambda functions - repository for multiple functions codes?

How is it currently done the handling of multiple lambda functions for a single stack/application? Considering a use case with more than one function is it better to stick all together in the same ...
fudo's user avatar
  • 2,658
0 votes
1 answer
63 views

How to revert thousands of pending changes after losing files due to terminal mistakes

I was trying to clean up some files on my system, but I ended up deleting important files without realizing it. As a result, I lost all of my files and now I have thousands of pending changes in my ...
Stefano's user avatar
  • 11
1 vote
1 answer
1k views

Error message"...No such file or directory" when trying to set up project to inteact with Git

Using the following programs and interfaces: R-4.2.2 for Windows RStudio Desktop: Open Source Edition (AGPL v3) Git Bash GitHub I am currently in the early stages of a tech program learning Data ...
stephmhowerton's user avatar
4 votes
0 answers
157 views

Can a Git repository share multiple folders with another one, without the shared folders being submodules, subrepos, subtrees, or symlinked?

The problem I host a Git repository for the Matter Modeling Stack Exchange, called Modeling Matters. For example, to supplement the answer to question #9743 on the site, a folder called /9743 was made ...
Nike's user avatar
  • 1,289
0 votes
2 answers
1k views

How can I hide my previous commits from my repo as it had some sensitive data [duplicate]

TL;DR- How can I make my previous commits invisible on a repository which was once private and is now public? So, I was one day working on a project which was on my private repo, after when I was ...
NERFELITEWAR's user avatar
0 votes
1 answer
86 views

Trouble putting a local SVN repo on SourceForge

I have a local SVN repo. Let's say it's in c:\Game Repo. This contains both code and content (art, models, etc), and we need both tracked with source control. I'd like to upload that to a hosting ...
Nightmare Games's user avatar
-1 votes
2 answers
64 views

Client wants to view progress of a GitHub repo

Re: I'm relatively new to GitHub. I'm working on a project stored in a GitHub repo, and the client would like the ability to check the progress of the project. In the best case scenario, a solution ...
Bendy's user avatar
  • 1
0 votes
0 answers
39 views

GitHub "Remote Repo" options do not exist in Xcode

I'm having a problem with the latest Xcode where I have already configured my GitHub account, and init the .git file, but I can't find any option to create/host my repository on GitHub. How do I fix ...
Steven-Carrot's user avatar

15 30 50 per page
1
2 3 4 5
26