Skip to content
/ git-sandbox Public template
generated from entisys360/git-template

A fork of the git-template repo for learning and experimenting with Git

Notifications You must be signed in to change notification settings

entisys360/git-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Logo of the project

Git Sandbox Repository

A repository that adheres to Entisys360's Git standards

This repository was generated from the template repository for use as a sandbox for learning and expirementing with Git.

Installing / Getting started

See the command reference below ...

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-sandbox.git

Change directory into git-sandbox

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

A fork of the git-template repo for learning and experimenting with Git

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published