[PYTHON] How to clone github remote repository from atom

Introduction

Every time I use github, I clone it from a remote repository and then branch off before starting work. At that time, the procedure was as follows. ① URL copy on github (red frame in the image below) github画面.png

② Delete the previously cloned folder ③ Launch gitbush and execute the git clone URL command To be honest, it's annoying. I want to make it easy. When I looked it up, there was a way to do the above operation on atom, so I will summarize it easily.

Target person

・ Those who want to clone a remote repository on github just by operating from atom ・ Those who want to create a new repository and link it with Atom

environment

・ Windows 10 ・ Atom 1.48.0

procedure

Step 1: Copy the URL of the repository you want to clone on github

This is the same as ① described above

Step (2): Start Atom

Step ③: Open the command palette (open with shift + ctrl + P)

Step ④: Execute github: clone (can be executed with alt + G)

Step ⑤: Enter the required information

When you execute step ④, you will be prompted to enter clone from and To directory (red frame in the image below). atom画面.png

Enter the URL copied in step ① in clone from Specify the location (path) you want to clone in To directory When you execute clone after inputting each, the repository is cloned to the specified location.

Reference URL

I have referred to the HP of the following people, so I will post it. -[GitHub] Introduction of "clone" command to copy repository[Qiita] How to relink atom and newly created repository (github)

Recommended Posts

How to clone github remote repository from atom
How to create a clone from Github
How to create a repository from media
How to use SWIG from waf
Send commands from Atom to Maya
How to launch Explorer from WSL
How to access wikipedia from python
Procedure for uploading from Cloud9 to GitHub repository (including error resolution method)
How to easily convert format from Markdown
How to update Google Sheets from Python
[TF] How to use Tensorboard from Keras
How to install a package using a repository
Clone the github repository on jupyter notebook
How to access RDS from Lambda (python)
How to operate Linux from the console
How to access the Datastore from the outside
How to open a web browser from python
Deploy from GitHub Actions to Azure App Service
How to create a function object from a string
How to get results from id in Celery
[Python] How to read data from CIFAR-10 and CIFAR-100
How to generate a Python object from JSON
How to operate Linux from the outside Procedure
How to extract coefficients from a fractional formula
How to Git from GCP's Jupyter Lab to GSR
Learn how to inflate images from TensorFlow code
Sum from 1 to 10
[Learning memo] How to make an application with Django ~ From virtual environment to pushing to github ~
Github Interesting Repository ② ~ Control your whole house from anywhere ~
[Python] How to remove duplicate values from the list
How to create an article from the command line
How to "cache enabled" access to FPGA memory from Linux
How to use Keras ~ From simple model generation to CNN ~
How to scrape image data from flickr with python
How to use Azure Table storage from Django (PTVS)
Backtrader How to import an indicator from another file
How to instantly launch Jupyter Notebook from the terminal
How to download files from Selenium in Python in Chrome
How to create a local repository for Linux OS
How to change static directory from default in Flask
Execute Python function from Powershell (how to pass arguments)
How to post a ticket from the Shogun API
How to take a captured image from a video (OpenCV)
[Python] How to call a c function from python (ctypes)
How to create a kubernetes pod from python code
Extract each Location from Stargazers in the Github repository