Skip to content

HelloTalib/gitpractice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

gitpractice

Fork this repository

Clone your forked repository

git clone [email protected]:<username>/gitpractice.git

Create a new branch

git checkout -b <branch-name>

example: $ git checkout -b feat-honululu-widget

Make changes to the code

git add .
git commit -m "feat: add honululu widget"

Push your changes to your forked repository

git push origin <branch-name>

Create a pull request

git request-pull <feature-branch> <upstream> main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published