Content covered
- Version control
- Git Platforms
- Git hub
- Git lab -Markdown Syntax
Practicals
- Markdown practical
- python code
print("Hello, Python world")
- bash code
counter=0
for word in $(ls);
do
counter+=1
done
echo "there are $counter items in your directory"
- Contributing and collaborating on git hub
-
branches
-pull requests
-creating issues and assigning
-as collaborater
-as contributer
- Git on Local machine
-
git clean sheet
EANBiT residential trainning by Caleb Kibet