github tag

105 questions


1 answers
245 views
0
How to get commit list of files in repository using githubapi

I would like to use the GitHub API to get commit information for files in the repository.If you specify the following, you will get commit information for the entire repository.requests.get(fhttps://a...

1 years ago

1 answers
353 views
0
Merge after Cherry-pick with Git results in multiple same Commit histories

Merge after Cherry-pick on Git resulted in multiple identical commits.When I did the following, I made a commitment history with the same contents.How do I resolve this?[Prerequisite] Branch:A, Branch...

1 years ago

1 answers
284 views
0
Error on first push

git push-u origin main when error:src refspec main does not match any error: failed to push some refs to 'https://github.com/kazu1212-star/study-typescript.git' appears.I tried many things, but it did...

1 years ago

1 answers
368 views
0
github command inaccessible during tethering

If you use regular Wi-Fi (hotel or home Wi-Fi), the git pull and push commands are fine, but if you only use tethering or pocket Wi-Fi, the push and pull commands will keep loading.Ping 8.8.8.8 works ...

1 years ago

2 answers
347 views
0
QUESTIONING METHOD USING GITHUB

I am having trouble with my own development application and I do not know the solution, so I would like you to post the code on github and refer to it to point out the problem.So, what I would like to...

1 years ago

1 answers
432 views
0
How to Limit Git Tag Push

GitLab is configured to release with a tag beginning with v to the default branch.Build/test/deploy by pushing a tag like v1.0.0 to the main branch.Users with developer privileges can create work bran...

1 years ago

1 answers
438 views
0
Unable to push to GitHub (rejected)

I was trying to push it while developing it with Xcode, but the screen looks like the one below, so I couldn't push it.Why and what?What do you think of it as a GitHub access token?Thank you for your ...

1 years ago

1 answers
461 views
0
GitHub is not accessible from git-bash

The git command on a git bash installed in Windows causes various problems.You can use git --version to verify the git installation.The git clone command looks like this: git clone https://~~Cloning i...

1 years ago

2 answers
369 views
0
I want to resolve the error that occurs when I run "Deploy Branch" on Heroku

I would like to permanently run the Discord Bot I created using Heroku.I'm working with GitHub now, but I don't know if the method is right.I just created a repository on GitHub and moved the program ...

1 years ago

2 answers
114 views
0
I want to check the behavior of the code on GitHub and compare the code quickly.

I'm a beginner.I would like to check the behavior I want and differentiate what is different from my code in the code on GitHub.Is there a quick and speedy way to execute & compare?◆ Flow ·git clone (...

1 years ago
- 1 - »

© 2024 OneMinuteCode. All rights reserved.