git-branch
Remove tracking branches no longer on remote
Is there a simple way to delete all tracking branches whose remote e开发者_StackOverflow社区quivalent no longer exists?[详细]
2023-04-12 10:41 分类:问答Is it possible to view a branch of a website's clone using git?
I have a working version of a website that is a clone of the DocumentRoot located in my /home/dmaxwell/public_html folder.I would like to branch off of my working clone and try some different things,[详细]
2023-04-11 10:41 分类:问答Rebasing to new versions in upstream git (GitHub) with losing all local changes
I want to have the following version structure: (my private changes to 0.1.0) - A - B - C - ... / (upstream repo) - 0.1.0 - 0.2.0 - ...[详细]
2023-04-09 06:33 分类:问答Should I create a branch for single commits?
I\'m new to Git and to branching. Within our t开发者_运维知识库eam, we have a bunch of websites that require simple maintenance (adding a new page, fixing some links, etc). The commits would normally[详细]
2023-04-09 04:42 分类:问答Switching branch for a subdirectory only in Git
I\'m working on a Git repository with two main branches and two main folders. One of these folders is very similar between the two branches, the other is very different. This means that, even if I\'m[详细]
2023-04-08 19:24 分类:问答Corrupted Git Branch after suspected hard disk issue
So I was having a problem with my hard disk (I think).Everytime I ran gi开发者_如何转开发t log commands (when running Windows through VMWare Fusion for Mac) it would throw a fatal error causing VMWare[详细]
2023-04-08 09:48 分类:问答Deleting a branch with an invalid name in Git
I\'ve been using Dropbox to keep my source folder synced between two computers. This folder contains my source-code which I version handle with Git.[详细]
2023-04-08 09:28 分类:问答git add remote tracking branch to bare repo
I have a bare repo that was cloned from git.drupal.org. I have cloned from this bare repo to various different websites.[详细]
2023-04-07 19:46 分类:问答Git "error: The branch 'x' is not fully merged"
Here are the commands I used from the master branch git branch experiment git checkout experiment Then I made some changes to my files, committed the changes, and pushed the new branch to GitHub.[详细]
2023-04-07 17:51 分类:问答Git: how can I exclude just one branch from push?
I\'d like to continue to push (almost) all branches with a simple git push command, but there are a few things I\'d like to be able to keep in Git locally without sharing them with the 开发者_如何学Go[详细]
2023-04-05 11:45 分类:问答