git tag

170 questions


5 answers
42 views
0
I don't really understand the convenience of merging with Git.I think rebase and cherry pick are convenient.

Suppose there is a file called sample.txt in the sample directory.Go to the sample directory, write hello master in the master branch, add hello master, commit, and then create a develop branch and ch...

git
2 years ago

2 answers
72 views
0
GitHub can no longer be pushed or pulled from the repository gitcloneed in the EC2 instance

I can no longer push or pull from the repository I git clone via github in the Amazon EC2 instance.As I am a beginner, I may not be able to do so, but I checked for about two days and made a try-and-e...

2 years ago

1 answers
44 views
0
SourceTree tree tree tree diagram

I didn't know how to view the SourceTree tree, so I posted it with your help.I've been fiddling with a lot of things since I'm going to use SourceTree for work, but what does the branch on the leftmos...

git
2 years ago

1 answers
56 views
0
How to execute `diff`/`merge` command on `FETCH_HEAD` from EGit in Eclipse

How do I run the Git diff/merge command on FETCH_HEAD using Eclipse (EGit)?When I fetch from the remote repository, FETCH_HEAD is created locally, but I am having trouble with not being able to merge ...

2 years ago

1 answers
131 views
0
I can't commit with Sourcetree

I'm trying to commit the file using Sourcetree, but I'm having a hard time.Steps takenAfter downloading Sourcetree, I create a new file locally and try to commit the file with an error.The error scree...

2 years ago

1 answers
46 views
0
You cannot combine --squash with --no-ff

When I cut off the branch and went to master to git merge --squash<branch name>, I got an error You cannot combine --squash with --no-ff..I think I understand the difference between --squash and...

git
2 years ago

1 answers
57 views
0
Error "For input string:"268:fd07:4::1" when accessing Egit remote

We are developing a web system using Eclipse.Using the Egit plug-in, place the source code on the git server for configuration management.I have two computers.1st: Machine: iMac 27 (latest)OS:Mac OSX ...

2 years ago

1 answers
51 views
0
push-f fails for git amend commit

I wanted to change the Author of the commit, so I did the following procedure, but push-f fails.What should I do?$git commit --amend --author='foo<[email protected]>'$ git rebase -- continueNo rebas...

git
2 years ago

1 answers
108 views
0
Why don't you put the vendor directory under Git management?

Managing projects with git.When I looked into it, it seems that it is common for gitignore to ignore the vendor of the composer as shown in the URL below, so I think it would be better to include it i...

2 years ago

1 answers
67 views
0
About github fingerprints

on the serverssh-T [email protected] when you type the command with the .RSA key fingerprint is 16:27:ac:a5:76:28:2d:36:63:1b:56:4d:eb:df:a6:48.It says, but is it correct to understand that this is a fin...

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.