git tag

170 questions


2 answers
104 views
0
Unable to deploy to Heroku odeNode.js+Express N

I am building a site with Node.js and Express.$git add.$ git commit-am Heroku$ herokur loginEnter email and password~~~~~~~~~~~~~~~$ heroku addons:create heroku-postgresql:hobby-dev$ git push heroku m...

2 years ago

1 answers
119 views
0
I want to grep within the range of changes in Rubymine.

I would like to grep to the extent that I have changed in the project managed by Git.You can specify a commit or branch.I wish I could do it with Rubymine, but in other ways. How are you guys doing it...

2 years ago

1 answers
78 views
0
How to commit & push a group of files with a total capacity of 8GB or more of 10,000 files to Gitlab

I'd like to push Gitlab together a group of files with a large number of files.I use totoise Git, but I can't commit even if I push all the files.Could you tell me how I can push a group of files with...

2 years ago

1 answers
40 views
0
Native apps and how to manage web apps efficiently with git

Currently, we are developing native apps and web apps at ionic.Native apps and web apps use almost the same source code.However, only one part of the file is written differently.Basically, we share th...

git
2 years ago

1 answers
49 views
0
I want to change the name of the remote branch with the PR left behind.

It is rare that I want to modify the branch name after I submit a pullik on github and get a review.How can I change the branch name without deleting the pullik?``There seems to be no command to renam...

2 years ago

1 answers
56 views
0
Git push error due to unknown file

We are developing with Swift and Xcode.I try to git push to GitHub for version control, but it doesn't work.The following command results in an error:cd /Users/gncc/Documents/TestAppMain/TestAppgit ad...

2 years ago

1 answers
39 views
0
I want to push from git to multiple remote repositories

I wanted to push it from git to multiple remote repositories, so I set up two URLs in the git config file as follows and pushed them.The first one is pushed, but The second one is not reflected and do...

git
2 years ago

3 answers
57 views
0
I want to push the product to a different git URL.

I would like to push the product to a different git URL.If you type ~/Downloads/app/git remote add origin https://github.com/myname/app_comp.git, you can use the fatal:remote origin already exists.I d...

git
2 years ago

1 answers
101 views
0
terminal operation in git vscode, how to do after eval

I'm very sorry to those who are kindly commenting on my series of messes, but I'll start over once, around 24:23 (https://www.youtube.com/watch?v=RGOj5yH7evk&t=1511s)Now I don't understand it agai...

2 years ago

1 answers
139 views
0
TIPS to start creating a single source for multiple people

For example, if you want to create a single controller with multiple actions, multiple How can I create it without causing conflicts as much as possible?The controller starts to create with no files.

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.