git tag

170 questions


1 answers
77 views
0
I have a question regarding Git and GitHub.

When using GitHub, use programs such as terminals and msysGit, whether Macintosh or Windows.During the first setup process, there is a process of generating a key using SSH Keygen and registering the ...

2 years ago

1 answers
97 views
0
I have a question about Git.

I made a storage on GitHub and used a program called msysGit to do git clone.Put the entire source file to be used after the school starts in a clone folder and git add -> git commit -m -> git p...

2 years ago

1 answers
38 views
0
How to recover from accidental deletion of Stash in Git

I'm looking for Stash to fix the bug and work on it again, but it's not there...I think it's gone. Is there a way to recover the erased Stash?

git
2 years ago

1 answers
42 views
0
[Python] I'd like to ask you how to export only certain parts of manifest.xml and save them as a single file.

I'm going to ask you a question using Python I'm looking for a way to create a Python script that automatically saves the storage name of git repository as a single file among the contents included in...

2 years ago

2 answers
46 views
0
User folder name in Korean

The name of my user folder is written in KoreanIf the folder name is Korean in Android studio or some development kits, I heard that it's uncomfortable to useWould it be better to reinstall windows an...

2 years ago

1 answers
44 views
0
Is there anyone who can give me some tips on Python?

The isdigit() method function of the string verifies that it is a string consisting only of numbers.However, in order for the input string to be an integer string, one of the following two conditions ...

2 years ago

4 answers
88 views
0
I have some questions about Git.

As shown in the picture below, we did 'git add' and 'git commit -m' for the source projects called 'SapSampleCode' and 'SapSampleCodeTizen', and finally 'git push'. I also checked the record as below ...

2 years ago

2 answers
51 views
0
Error using github

After pushing with github, the following phenomenon occursCan you tell me why?It appears black and does not click.If you receive it as a clone, the inside is empty, so why is that? I pushed the Androi...

2 years ago

1 answers
35 views
0
Can I create only one git account and use it for multiple people???

Hello. I'd like to set up git remote storage on the internal network and use git to manage the shape.One of them asked, Can't you create one git account, and many people commit and push with that acco...

git
2 years ago

1 answers
49 views
0
Overwrite git with pull or check out

Two people worked separately under the same project. I'd like to receive the sauce from another person's git. At this time, only the source name is the same, and the contents have changed a lot. There...

2 years ago
« - 16 - »

© 2024 OneMinuteCode. All rights reserved.