github

How to write commits correctly?

There is a project for quite a lot of files (. cpp and .h project in C++). In general, I decided to use git. I filled in the ... re project on git, do I need to commit each file? That is, to sit and describe each file? And how to write commits correctly?

Merge the master and main branches

I created a project and the main branch was master, made commits, and started it. It turns out that the main branch contains only .gitignore, and only the master branch is visible on the computer. How do I merge them into main?

Github vs bitbucket

Here's what I need: I have 1 php project I want to have several closed branches and also have one open branch for everyone . ... ay anything and that there are no restrictions on the size of the source code Which is most suitable for github or bitbucket?

Setting up PyCharm + GitHub

How to create and configure synchronization of GitHub repositories with PyCharm. Google does not give clear answers (maybe I ... tely go to work. UPD: On the advice of the comment below, I looked at the VCS and it seems to me that this is not the case.

If you hide the GitHub repository, will free hosting of GitHub Pages work?

I have free GitHub hosting, via the repository, if you hide the repository, will the hosting work ?

How do I upload a git project to another repository?

There is a project with git, it is connected to the repository and all commits are pushed there, there is a new repository to ... e are two files in the new repository - .gitignore and README.md. I'm not very strong in git, help me how to do it correctly.

Why do I need SSH when working with Git?

When I first started working with Git, I immediately generated keys on GitHub. Time has passed, and I absolutely do not under ... el the difference. On the locale, I do push. Everything is pushed on BitBucket. I do pull on my instance in DO. What's wrong?

What is a pull request?

What is a "pull request" that is on GitHub, and how do I apply it?

Authorization on github via pycharm broke down

For the first time I encountered a problem. Pycharm 2019.2.4, Windows 7 When accessing the VCS -> Import into version cont ... cloning and according to the scheme above. Whether it makes sense to create this crutch solution as an answer, I'm not sure.

What is it github.com and how to use it?

What I realized myself Github.com used in conjunction with git for development version control or for team development Question - how to start using it github.com what is needed for this? And are there any analogues?

How to save ONLY username in git

Every time I do push/pull/clone, git asks for my username and password on github. Username for 'https://github.com': Passwor ... d a solution through credential.helper but it also saves the password, I only need to store the username. Is there an option?

How can there be a working link to a file in github, but there is no file in the repository?

There is a repository on github: https://github.com/chris1111/USB-3.0-NEC/ and there are only 2 text files in it. In the rel ... ck on the link to download this archive, there should be a 404 error, but the download occurs. What is this supposed to mean?

github code review how to remove a file?

I was sent a file for code-review in guthub, and in one of the comits there is a modified file that I do not want to accept ( ... rework, what actions should the developer to whom I send it take ? I. e. how does he need to remove this file from the comit?

How do I delete a repository from GitHub? The Setting menu item is missing

Please tell me, how can I delete a repository from GitHub while being in the GitHub itself ? All recommendations are reduced to switching to the Setting item, but currently there is no Setting menu item. Probably related to the updated version.

How do I download the latest commit from GitHub to my computer via GitHub Desktop?

I made a commit to the cloud, made a lot of trial changes, I want to go back to the last commit. How do I do this via GitHub Desktop?

What is an app deploy?

Please explain in simple words what is an application deploy? And why do you need services like Netlify and Vercel, if you can upload a project to GitHub and use the link that GitHub will create?

Deleting a repository from github

Is it even possible to delete a repository that has become unnecessary from github?

How can I get an exact match in the search on GitHub with the string I'm looking for?

I watch video tutorials on programming. In order not to type the code manually, I'm looking for ready-made repositories on Gi ... Response.getJSONArray("response"); And I need the search to return only those code snippets where there is this whole line.

Push, and Git writes me everything up-to-date

I just started using Git. I created a repository on the site. I cloned it (copied the link on the site, then git clone), then added the file I needed and committed it. Then, I push, and he writes me everything up-to-date

error: src refspec master does not match any

Gives an error, I don't know how to handle it correctly git push org master error: src refspec master does not match any error: failed to push some refs to 'https://github.com/devmafia/PythonCodes.git