- Clone the repository with:
git clone git@github.com:mohanthilak/LogManagement.git
- Move into the repository
cd LogManagement
- create a new branch and simultaneously switch to that branch using the following command:
git checkout -b [feature-name]
create a new branch for every feature.
- If you are working with a node application, then once you enter the directory in your terminal, install all the dependencies(make sure NodeJS is installed):
npm i
- If you are working with GO application, then once you enter the directory in you terminal, install all the dependencies(make sure GO is installed):
go get .