I want to create a repository on folder level in Git Is this possible

0 votes
Hi guys...Good noon..

Need some information in GIT.

I wanted to create a repository on the folder level.

For example.

(Repository) / integration / technology / project / f1/

Here I wanted to get the clone option.

Under the project, folder...we will be having f1, f2, f3, and so on..like some folders ( projects)

For every f1 inside, I need a clone option
F2 inside I need a clone option
F3 inside I need  clone option.

Is it possible in GiT??
Sep 28, 2020 in Git & GitHub by anonymous
• 19,610 points
456 views

1 answer to this question.

0 votes
That is possible but ideally, you should never do the same.

You should always have different projects in different repositories.
answered Sep 28, 2020 by Mudit

Related Questions In Git & GitHub

0 votes
1 answer

How to force git to completely forget about a file that is present in .gitignore folder?

Hi@akhtar, gitignore file is a text file that tells Git which files or ...READ MORE

answered Dec 22, 2020 in Git & GitHub by MD
• 95,440 points
3,182 views
0 votes
1 answer

How do I go to a particular version of a file in the Git repository?

Hi@akhtar, You can use git checkout <sha1> to check ...READ MORE

answered Jan 5, 2021 in Git & GitHub by MD
• 95,440 points
2,197 views
0 votes
1 answer
0 votes
1 answer

Is there a way to remove a directory from git repository?

This is simple, just follow the commands ...READ MORE

answered Jul 14, 2018 in Git & GitHub by Sophie may
• 10,610 points
975 views
0 votes
1 answer

How to locate Git installation folder on a Mac OS X?

By default the git homepage installs into ...READ MORE

answered Aug 7, 2018 in Git & GitHub by Sophie may
• 10,610 points
24,187 views
0 votes
1 answer

How to add a remote git repository in Jenkins

Follow these steps: Step 1 Go to Manage ...READ MORE

answered May 23, 2019 in Git & GitHub by Alok
12,682 views
+15 votes
2 answers

Git management technique when there are multiple customers and need multiple customization?

Consider this - In 'extended' Git-Flow, (Git-Multi-Flow, ...READ MORE

answered Mar 27, 2018 in DevOps & Agile by DragonLord999
• 8,450 points
3,458 views
0 votes
1 answer

How to checkout Hadoop 2.6.0 from git

Clone the following Git repository: git clone git ...READ MORE

answered Apr 23, 2018 in Big Data Hadoop by kurt_cobain
• 9,390 points
607 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP