Skip to content

ishandutta2007/codeforces

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
Sorry, we had to truncate this directory to 1,000 files. 653 entries were omitted from the list.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD # codeforces

# codeforces

The steps to do a sparse clone are as follows:

mkdir codeforces
cd codeforces
git init
git remote add origin https://github.com/ishandutta2007/codeforces

This creates an empty repository with your remote, and fetches all objects but doesn't check them out. Then do:

git config core.sparseCheckout true

Now you need to define which files/folders you want to actually check out. This is done by listing them in .git/info/sparse-checkout, eg:

echo "tourist" >> .git/info/sparse-checkout
echo "benq" >> .git/info/sparse-checkout

only pulls root folder:

git pull --depth=1 origin main

https://unix.stackexchange.com/questions/233327/is-it-possible-to-clone-only-part-of-a-git-project

ba48ae4a69f706fe86df6abfbbc02a36ff86f577

About

Collection of codeforces codes of various users

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published