Skip to content

entisys360/vagrant-jira-postgresql-centos_jira_initial_play_environment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Logo of the project

Git Repository Template

A template repository that adheres to Entisys360's Git standards

This repository is a template for initializing new git repositories or importing existing work.

Installing / Getting started

Follow the official Github documentation for creating a new repository using this template.

https://help.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-from-a-template

Style guide

Git style and usage guidelines can be found in Entisys360's Microsoft Teams #Git channel.

Explain any code style changes specific to this repository and show how to validate here.

Quick command reference / API reference

Clone this repository

git clone https://github.com/entisys360/git-template.git

Change directory into ./git-template

Checkout a new branch

git checkout -b your_new_branch_name

Add and/or modify files and directories

git add your_new_files

Commit your code often as you work

git commit -m "Add new file to introduce feature X"

Push your commits upstream to the Git server

git push --set-upstream origin your_branch_name

Create a pull request when your branch is ready to merge

https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published