Branching Policy
initials/”feature”
or “fix” /feature-name
Example:
sc/feature/change-fonts
GitHub personal access tokens and remote
Generate a new token and then for an already existing project
git add-remote origin https://USERNAME_HERE:TOKEN_HERE@github.com/uvsoindia/REPO_NAME_HERE
or clone your project with
git clone https://USERNAME_HERE:TOKEN_HERE@github.com/uvsoindia/REPO_NAME_HERE