Skip to content

therikesh/Python

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

-------------STEPS TO CREATE A REPO-----------------

In this document we took a deep look at git clone. The most important takeaways are:

  1. git clone is used to create a copy of a target repo

  2. The target repo can be local or remote

  3. Git supports a few network protocols to connect to remote repos

  4. There are many different configuration options available that change the content of the clone

Python

------------------STEPS TO HOW TO CLONE ------------------

git clone https://github.com/Yonv1943/Python

git config --global user.email "[email protected]"

git config --global user.name "Yonv"

git init

git add README.md

git commit -m "first commit"

git remote add origin [email protected]:Yonv1943/Python.git

git push -u origin master

About

Demo and other Python3 code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%