Skip to content

Learning about git, github actions, ci/cd implementation etc

Notifications You must be signed in to change notification settings

mjuyelrana/git-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-github-actions

Learning about git, github actions, ci/cd implementation etc

1. Configuring Git

git config --global user.name "your-username"
git config --global user.email "your-email"

to learn more about Git configurations https://git-scm.com/docs/git-config

About

Learning about git, github actions, ci/cd implementation etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages