8000 GitHub - jath03/merging-lesson
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

jath03/merging-lesson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Merging Lesson for SEW

Commands to run:

$ git clone <url for your fork>
$ git add --all
$ git commit -m "<Something relevant>"
$ git push -u origin main
$ git fetch --all
$ git rebase origin/main
$ git rebase --continue
$ git push -u origin main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0