170 questions
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...
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...
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...
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 ...
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...
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...
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 ...
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...
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...
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...
« | - 11 - | » |
© 2024 OneMinuteCode. All rights reserved.