Working with github

My github repos are here

How to search for a filename in github

Search for: How to search for a filename in github

Here is documentation on how to find file in a github repo

Yes. that takes you to the same page as well.

1. By default it seem to use every file that has this name in it

2. for example "Utils.java" means "*Utils.java*"

3. Just FYI for now

Broader searching document on github


https://github.com/SatyaKomatineni/kagle.git

My notes on cloning that repo are here


1. Go to the repo on github
2. settings
3. rename

1. Name them xyz-repo

2. Use the -repo for the names

3. This is useful when tools like vscode clones them using that name as a directory name locally

4. Also vscode puts them in a root directory that is shared with other repos

5. For example the "root" could be "c:\some-root\(many repos)"

6. So when vscode asks for a root to clone use "c:\some-root"