Skip to content

gabrr/algorithms

Repository files navigation

algorithms

Codes practicing and challenges I've participated

Git

Add multiple commits from a remote repo

  • git remote add -f repository-name repository-address.git
  • git format-patch 88c4562..57513e6
  • git am *.patch

Or adding one by one.

  • git cherry-pick 57513e6

About

Codes practicing and challenges I've participated

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors