Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitconfig 897 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. [remote "origin"]
  2. url = https://dagshub.com/michaelfsp/bigmaze.git
  3. fetch = +refs/heads/*:refs/remotes/dagshub/*
  4. annex-ignore = true
  5. annex-readonly = true
  6. [remote "hyperion"]
  7. url = ssh://plearnningteam@10.40.12.63:/mnt/dataz/michael/git-annex/srv/data.git/
  8. fetch = +refs/heads/*:refs/remotes/origin/*
  9. annex-uuid = b2b89d1e-4807-4591-b7a4-37da5b500fa1
  10. annex-shell = /home/michael/miniconda3/envs/git-annex/bin/git-annex-shell
  11. annex-ignore = false
  12. annex-readonly = true
  13. [remote "hyperion-zerotier"]
  14. url = ssh://plearnningteam@10.244.101.134:/mnt/dataz/michael/git-annex/srv/data.git/
  15. fetch = +refs/heads/*:refs/remotes/origin/*
  16. annex-uuid = b2b89d1e-4807-4591-b7a4-37da5b500fa1
  17. annex-shell = /home/michael/miniconda3/envs/git-annex/bin/git-annex-shell
  18. annex-ignore = false
  19. annex-readonly = true
  20. [annex]
  21. backend = BLAKE2B256E
  22. alwayscommit = false
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...