Score:-1

where git clone stored files

nr flag

Hi I cloned https://github.com/hackerpain/domaining and can't find it in my Windows, the reason I want to find it is that it has a .txt file and I want to modify it.

I use Ubuntu, and I have a question if I run:

git clone https://github.com/savebreach/domaining.git

is that mean the file is downloaded to my computer like download zip?

muru avatar
us flag
Are you using WSL?
ar flag
Git clone will create a folder in your Ubuntu `/home/$USER`.
Score:0
sa flag

git clone https://github.com/savebreach/domaining.git downloads the domaining project and creates a folder named domaining for it in your current working directory which is your home folder by default.

$ git clone https://github.com/savebreach/domaining.git
Cloning into 'domaining'...
remote: Enumerating objects: 147, done.
remote: Counting objects: 100% (147/147), done.
remote: Compressing objects: 100% (146/146), done.
remote: Total 147 (delta 68), reused 0 (delta 0), pack-reused 0
Receiving objects: 100% (147/147), 36.96 KiB | 591.00 KiB/s, done.
Resolving deltas: 100% (68/68), done.

The instructions for installing Domaining Automation are found in README.md.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.