git tag

170 questions


1 answers
73 views
0
How do I configure Sourcetree not to automatically convert line feed codes to CRLF when cloning?

When I clone with Sourceree, the line feed code LF is automatically converted to CRLF. Where can I set it?

1 years ago

1 answers
45 views
0
Is git's past history automatically deleted?

If you commit a lot over the years with git, you will get a lot of commitments.Does old data disappear automatically?(For example, Apple's time capsule.)

git
1 years ago

1 answers
89 views
0
I want to move it to another branch including initial commit.

There is a newly created empty repository on GitHub.Originally, we were supposed to clone the repository, commit it to the master branch, branch it to the topic branch, work on it, and eventually send...

1 years ago

1 answers
90 views
0
I'd like to see the commit log before the renamed file.

When did I rewrite it? and I went to GitHub to see the history of that file.The file was previously renamed and The commit I wanted to see seemed to have gone before the renaming.It didn't show up the...

1 years ago

1 answers
120 views
0
No submodule mapping found in.gitmodules for path*** when trying to push to heroku

Hello.When I try to upload the rails application to heroku, I get the following error:No submodule mapping found in.gitmodules for path'app/assets/stylesheets/includes/sanitizes.css'Remove the above p...

1 years ago

1 answers
45 views
0
I want to see the difference between old and new sources in git, but all files are displayed differently even though the contents are the same.

There is a web server that is left unattended without an administrator, but it is currently working properly. I would like to use git to see the difference between the contents (new source) and the pr...

git
1 years ago

1 answers
42 views
0
How to Clean the Graph When Merge a Hotfix Branch in Gitflow

I run the project with git flow, but when I merge the hotfix branch, I am concerned that the graph of the develop branch gets dirty.At the bottom of the sample, I will write the log that was actually ...

1 years ago

1 answers
46 views
0
How to Clean the Graph When Merge a Hotfix Branch in Gitflow

I run the project with git flow, but when I merge the hotfix branch, I am concerned that the graph of the develop branch gets dirty.At the bottom of the sample, I will write the log that was actually ...

1 years ago

2 answers
40 views
0
What are the best practices for putting a common library in multiple git repositories?

For example, there is a common library in the git repository called A and B.Suppose you have a requirement to manage it in one source with symbolic links.Example Directory A/.git /lib->../libB/.git...

git
1 years ago

2 answers
44 views
0
What are the best practices for putting a common library in multiple git repositories?

For example, there is a common library in the git repository called A and B.Suppose you have a requirement to manage it in one source with symbolic links.Example Directory A/.git /lib->../libB/.git...

git
1 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.