[CENTOS] [Introduction] A collection of carefully selected links from how to get started on GitHub to how to solve errors when you encounter an error on Git.

How to use Git such as Windows10, CentOS7

  1. Use git on Windows 10 and Powershell (including WSL)
  2. Install the latest version of git on CentOS 7

What you need to know before using GitHub How to use Git

[Git] Basic commands

How to resolve Git errors

  1. Commit failed --Exit code 1 Received remedy When this error occurs, a file called .git is created in the file. Because it is done. So you can commit by showing the hidden files and deleting the .git files. Please refer to this site to display the hidden files of .git and delete them. By doing so, you can eliminate the error. j
  2. When I run the git revert command, I get an "error: revert is not possible because you have unmerged files."-How to use Git
  3. The solution that says error: Your local changes to the following files would be overwritten by checkout in git checkout
  4. git checkout didn't understand
  5. What to do when "Clone succeeded, but checkout failed" appears when cloning with Git

How to get started on GitHub

  1. Carefully selected links from creation to rewind on GitHub
  2. GitHub to start today ~ Explains how beginners can install Git and pull request

About Pull Request

  1. Development process using pull request
  2. Create a pull request from a fork ( https://docs.github.com/ja/free-pro-team@latest/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request-from-a-fork)
  3. [GitHub] Revert to a specific commit
  4. git When you want to delete only a specific commit (revert)

GitHub application

  1. [What is git submodule] (https://qiita.com/sotarok/items/0d525e568a6088f6f6bb) The git submodule is a mechanism for registering an external git repository as a subdirectory of your git repository and referencing a specific commit.
  2. Command memo when you want to update only the git submodule
  3. Github SSH communication settings
  4. Procedure for ssh connection on GitHub ~ From generation of public / private key ~

How to apply GithHub to publish a simple program to the Internet

  1. Configure a custom domain for your GitHub page site https://help.github.com/en/github/working-with-github-pages/configuring-a-custom-domain-for-your-github-pages-site)
  2. [Websites for you and your projects.] (https://pages.github.com/)
  3. Introduction to GitHub + CircleCI

How to set up Git and GitHub in PyCharm

  1. How to push to GitHub with PyCharm
  2. How to use Git with PyCharm

Recommended Posts

[Introduction] A collection of carefully selected links from how to get started on GitHub to how to solve errors when you encounter an error on Git.
How to get an arbitrary digit from a number of 2 or more digits! !!
What to do if you get a port error when docker-compose up on Mac
An unsupported Java version How to get rid of errors
What to do if you get an error when you hit Heroku logs
What to do if you get a MiniMagick vulnerability alert on GitHub
What to do if you get an "A server is already running." Error when you try to start the rails server
What to do if you get an error on heroku rake db: migrate
What to do if you get an error saying "Please enter a valid value" when getting with Rails datetime_field
What to do if you get an error saying "Could not find a JavaScript runtime." When starting rails server