A58-JS-Team-07 / web-project-3

Telerik Final Project: A calendar
0 stars 0 forks source link

Github conventions #5

Open bilyanakarcheva opened 1 month ago

bilyanakarcheva commented 1 month ago

Pull steps:

When to commit:

Commit message:

Branching:

Other commands:

Git Stash

Use when you want to pull recent commits but you are not ready to commit your code yet. Your code is still under development.

Git commit with message and body

Use it when in a single commit you add for example one big change or feature and in order to fully describe your changes you you need to add a description to your message.