Skip to content

shoukreytom/Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python

this is a repository for learning by doing and sharing knowledge

notes:

  • anyone has it's own branch or create your own. so work just on your branch and if you any error or any bug on someone else code just make a pull request.
  • you must have git installed in your device. if you don't type:
    sudo apt-get install git for linux users.
    windows users click [here] to download it.

steps

step1

fork this repository or clone it or download it from command line:
git clone https://github.com/shoukreytom/learningprogress.git

step2

create your branch using:
git branch USER_NAME

step3

change the working branch:
git checkout USER_NAME

step4

add your files:
git add .

step5

leave a commit:
git commit -m "MESSAGE"

step6

push:
git push

basic git commands:

git init
git status
git add
git commit
git push

other useful git commands:

git branch
git log
git checkout
git reflog
git pull
git clone

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors