git tag

170 questions


2 answers
45 views
0
When you push a large commit with git

I decided to git management of sites that were not git management until now, and I tried to push to my gitlab, but The following error occurred:$git push origin master:masterCounting objects: 21810, d...

git
2 years ago

2 answers
42 views
0
How to know the order of two commits belonging to the same branch in Git

If two commits belong to the same branch in Git, how do you determine which one comes first (or later)?

git
2 years ago

1 answers
40 views
0
Git rm -- Git add-A after cached changes permission of the file

I'm going to send you a file. git rm -- cached text.phpAfter removing it from the stage as , git add-Aas git diff If so, old mode 100644new mode 100755he said.Go through a lot of things [core]filemode...

git
2 years ago

1 answers
82 views
0
I added it to .gitignore from the source.The pyc file keeps coming out

In the Django project, I put the following in the .gitignore.*.egg-info*.pot*.py[co]__pycache__MANIFESTdist/docs/_build/docs/locale/node_modules/tests/coverage_html/tests/.coveragebuild/tests/report/C...

2 years ago

2 answers
49 views
0
I want to change the branch in Git local. git checkout -b 1.3-master, but the local source is still there.

hkef@BATMAN ~/Sites/meteor/sandbox/simple-todos-react [master]± ± % git branch * * masterhkef@BATMAN ~/Sites/meteor/sandbox/simple-todos-react [master]± ± % git branch -r ...

2 years ago

1 answers
127 views
0
How to manage projects for added code by feature

First of all, thank you for reading my question.As in a typical (git version management I've experienced), the version goes up according to the source code modification and feature addition, so I don'...


3 answers
64 views
0
git About Remote Storage

To change the git remote repository that I saved while working on it, On Terminal git remote set-urlorigin New remote storage address.gitEnter to change the remote repository and then I tried to push ...

2 years ago

1 answers
39 views
0
Error workingspace.xml error that pops up every time you pull on bitbucket

The error message is as followsgit -c diff.mnemonicprefix=false -c core.quotepath=false -c credential.helper=sourcetree pull origin master From https://bitbucket.org/dexelop/dexelopThe environment I u...

git
2 years ago

1 answers
49 views
0
Android Button on ClickLinstener

We have created 25 buttons dynamically as follows:Now, I want to attach an on-click listener to each button, but I want to get rowCounter and columnCounter as a factor.I don't know where to access the...

2 years ago

1 answers
48 views
0
git change question

I touched the sauce and restored it again. Later, I saw it on git statusIt's on the changes to commit listWhy are you doing this?

2 years ago
« - 15 - »

© 2024 OneMinuteCode. All rights reserved.