Skip to content

Latest commit

 

History

History
40 lines (37 loc) · 931 Bytes

File metadata and controls

40 lines (37 loc) · 931 Bytes

Residential Training course day1


Git and git hub


Content covered


Practicals


  • Markdown practical
  1. python code print("Hello, Python world")
  2. 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