this is a repository for learning by doing and sharing knowledge
- 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.
fork this repository or clone it or download it from command line:
git clone https://github.com/shoukreytom/learningprogress.git
create your branch using:
git branch USER_NAME
change the working branch:
git checkout USER_NAME
add your files:
git add .
leave a commit:
git commit -m "MESSAGE"
push:
git push
git init
git status
git add
git commit
git push
git branch
git log
git checkout
git reflog
git pull
git clone