Skip to content

okwacha/collaboration-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VERSION CONTROL WITH GIT ⚙️



Join Our Community
Telegram

Before we start, we recommend to use linux OS i.e any distribution

, windows & macOS
  • launch terminal ctrl + Alt + T
  • move to the desktop cd Desktop
  • create a folder mkdir <new>
  • initialise our folder git init
  • create a file pico <new>
  • add a file to the working tree. git add -A
  • committ a change to our repository. git commit -m <new>
  • check the status. git status
  • create branches. git checkout -b <new>
  • change into a different branch. git branch <branch name>

Contribute

This project exists thanks to all the contributors.

About

collaboration tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

Packages

No packages published

Languages