Skip to content

Neby-Services/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clone repositories

git clone git@github.com:Serveis-Neby/repository.git

Get changes on any branch

git pull --all

Start developing a task (the branch name must always follow the same structure)

git checkout develop
git checkout -b task/<num-task>-<name-task>

Example:

git checkout -b task/37-implementing-user-authentication-middleware

Add changes to the stage

git add .

Create commit (commits should follow always the same structure and be as small and specific as possible)

git commit -m "task #37: middleware created"

Push changes on the remote branch

git push --all origin

Merge changes

To merge changes, it must ALWAYS be done from GitHub through a pull request

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •