git tag

170 questions


3 answers
39 views
0
Do you want to catch up with the master with git?Should I close the branch every time?

My branch is created from master and then merged into master.The master has been developed separately, so the update will proceed.At this time, when I want to reflect the latest status of the master i...

git
1 years ago

1 answers
63 views
0
harden with a git push

After cloning, when I try to edit the file and commit add and push, the process stops without asking for the username or password in push.There is no error message or output.What should I do?By the wa...

1 years ago

3 answers
38 views
0
How do I handle binary files with git?

If you use videos with git, the source tree may become bloated and won't work.It says that gitmedia is good when I search online, but how does it work?

git
1 years ago

1 answers
87 views
0
History in All Branches becomes difficult to see each time you merge from the develop branch to master

A branch (feature branch?) that creates some functional units from the develop branch is derived, and a pull request is thrown to the develop branch to merge.When other developers' feature branches? a...

1 years ago

2 answers
68 views
0
GitLab Does Not Highlight MATLAB Files Syntax

GitLab CE was introduced into Ubuntu-14.04 as instructed by Omnibus package.However, MATLAB scripts in GitLab's managed repository are not syntax highlighted.This may be the original specification, bu...

1 years ago

1 answers
37 views
0
Why Commit Logs Disappear from Git's Local Repository

I manage the source using Git.The phenomenon of When I pull, all commits that I hadn't pushed disappeared occurred in the environment of several people.Even the commit log of commit I didn't push seem...

git
1 years ago

4 answers
35 views
0
git in the middle of work

Is there a way to temporarily save something in the middle of a git management development (half done to commit)?Now I have no choice but to make a commitment with the comment Middle.Situations includ...

git
1 years ago

3 answers
98 views
0
Can I use GitHub Desktop?Lack of function?

I'm a beginner at Git.I've studied SourceTree before (complicated and frustrated) If you try using GitHub Desktop again,Fetch pull push is aggregated into one buttonThere is no tree-shaped visuals, et...

1 years ago

2 answers
44 views
0
The git path is not passing when rooting.

For $, you can use the git command, but The git command is unavailable when sudo-s becomes the root user.I think the reason is that the path is not passed when I was a root user, but I don't know how ...

1 years ago

1 answers
77 views
0
Git-svn Problems When Raising Svn and Git Versions in CentOS 6

This is about the git-svn issue when upgrading the CentOS 6 svn and git versions.Since the subversion of CentOS6 yum is 1.6 series, update this to 1.8 series using the following site method:Raise the ...

1 years ago
« - 8 - »

© 2024 OneMinuteCode. All rights reserved.