Git workflow

Naeem.Muhammad

Published: 2022-08-25 DOI: 10.17504/protocols.io.dm6gpje81gzp/v1

Abstract

Git workflow for research group Numa

Steps

Numa_Git_Workflow

1.

Create feature branch

#create git branch (linux)
git checkout -b myFeature dev
2.

Make required changes

3.

Commit changes

#commit changes 
git commit -am "Your message"
4.

Push feature branch to remote

#push changes 
git push origin myFeature
5.

Create a merge request

推荐阅读

Nature Protocols
Protocols IO
Current Protocols
扫码咨询