About 273 results found. (Query 0.04300 seconds)
. ;) the distribution 2025-06-30-11-02-58 and the results 2025-06-30-11-02-58 ( csv ) and didn't calculate similarites and the uniqueVotesHashes.csv ( html ) and the git diff ( html ) - Leaderboard the distribution 2025-06-30-00-52-15 and the results 2025-06-30-00-52-15 ( csv ) and didn't calculate similarites and the uniqueVotesHashes.csv ( html ) and the git diff ( html ) the distribution 2025-06-29-00-52-15 and the results 2025-06-29-00-52-15 ( csv ) and didn't...
But we can hack around this limitation pretty easily… You can create a Git alias in your local environment’s .gitconfig to make main the default branch name for new repositories. Git doesn’t let you override some native commands like git init , so we’ll create our own git new command instead ( h/t @johnsyweb ): git config --global alias.new '!
Given the value none , git clean is not executed. For example: variables : GIT_CLEAN_FLAGS : -ffdx -e cache/ script : - ls -al cache/ Git fetch extra flags Use the GIT_FETCH_EXTRA_FLAGS variable to control the behavior of git fetch .
This service is hosted by narnia itself, publishing its own source code from an undisclosed location. You can fetch the GPLv3+ licensed sourcecode like this: git -c http.proxy=socks5h://127.0.0.1:9050 clone \ http://3wisi2bfpxplne5wlwz4l5ucvsbaozbteaqnm62oxzmgwhb2qqxvsuyd.onion/narnia.git cd narnia/ git config --add remote.origin.proxy socks5h://127.0.0.1:9050 Add a hidden service remote to an existing repository git remote add hs...
It only supports signed tags. git < 1.8.3 does not use the git-config option gpg.program in git log --show-signature and git show --show-signatures commands used to check commits signatures.
Friend. Upgrades Completed. 🐧 Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go Alternatives qt5vr747phiq55ubqip4hflmpygzl374mum2zbyqdxg6sqbngmzlqhid.onion link Active , Ranked 753 rd , Affinity 47.33% Forgejo Forgejo is a self-hosted lightweight software forge.
Создаете репозиторий, все как на привычном гитхабе. Сверху будет ссылка на http://damaga...onion/git/название.git файл, сохраните ее. На локальную машину ставите тор. Клонируете репозиторий командой torify git clone http://damaga....onion/git/ваш_репо.git вносите изменения, и отправляете их на сервер командами git add . git commit -m "updates done by..." torify git push origin <название ветки> В общем все...
不过用那些Git平台还有一个地方可能会用到,那就是CI/CD,直接用命令创建的仓库它可以做到CI/CD吗?其实是可以的,Git有hooks功能,如果想要类似CI/CD的功能就可以直接用post-receive这个钩子,提交完成之后就会执行这个脚本,所以接下来就讲讲我是如何用Git hooks在服务器上自动部署我的博客吧。
-S , --blocksize : show size of allocated file system blocks -t , --time=(field) : which timestamp field to use -u , --accessed : use the accessed timestamp field -U , --created : use the created timestamp field -X , --dereference : dereference symlinks for file information -Z , --context : list each file’s security context -@ , --extended : list each file’s extended attributes and sizes --changed : use the changed timestamp field --git : list each file’s Git status, if...
So neither the staff nor your trading partner will be able to read chat messages.') " > Learn More </ span ></ li > < li > Self - hostable frontend for ultimate control </ li > < li > Self - hostable frontend for ultimate control . < a class = " next-link " href = " http://rf5cqoxqlitdx4umuce5dgihjzabql4hs3zjkvs3em7xzjfa5yyhkeqd.onion/om " rel = " noopener nofollow noreferrer " >< span > GIT repositories </ span ></ a > </ li > </ ul > < h2 > New notification updates :</ h2 > @ -34,7 +34,7...
The web site is available online at https://takoshell.org , or as a Tor "onion service" at http://takoezpr7wxrc7d6.onion or http://tehbemfqolualhxwkyimu3bdob5s4hkrfuwbwxzbblncjy2j2owgolqd.onion . The source code for the web site is available in a git repository: git clone git://hz.mit.edu/takoshell.org.git .
Find the file you want to work on, make changes. Add your changes with git ( git add <file> ) and commit ( git commit -m "commit message" ), then push them ( git push ). Create a pull request by clicking the "New Pull Request" button in your forked repository, and don't forget to explain why you think the site(s) in question should be removed, unstarred, and/or changed.
Skip to main content HardenedBSD HardenedBSD installers Submitted by op on Tue, 11/03/2015 - 15:32 15-CURRENT git git clone --single-branch --branch hardened/current/master https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git hardenedbsd-current installers https://installers.hardenedbsd.org/pub/current/ 14-STABLE git git clone --single-branch --branch hardened/14-stable/master https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git...
Also, oddly enough, the ref() use for backwards compatibility at the top of PublicInbox::GitHTTPBackend::serve does NOT seem to trigger a leak on 5.16.3 due to [2]: # XXX compatibility... ugh, can we stop supporting this? $git = PublicInbox::Git->new($git) unless ref($git); [1] https://perldoc.perl.org/perl5180delta.html [2] https://rt.perl.org/Public/Bug/Display.html?
GitHub IPv6代理 首页 Blog and news 电子邮箱 + XMPP 教程 GitHub IPv6代理 FAQ 关于 联系我 隐私条款 Imprint 🇨🇳 🇨🇿 🇩🇪 🇬🇧 🇧🇷 🇷🇺 🇹🇷 🇺🇦 + Recently I had to clone a git repository on GitHub via an IPv6 only server that I rented at my favourite hosting provider Hetzner . Unfortunately I realized that GitHub still does not support IPv6 .
/nupass ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' - rsync -av --delete --chown $OL public/ [email protected]:$OL_D --- kind : pipeline type : docker name : deploy platform : os : linux arch : amd64 trigger : branch : - master event : exclude : [ pull_request, tag] environment : # ref: https://www.docker.com/blog/faster-builds-in-compose-thanks-to-buildkit-support/ COMPOSE_DOCKER_CLI_BUILD : 1 DOCKER_BUILDKIT : 1 node : r : main depends_on : - build environment : CGO_ENABLED : 0 steps : -...
accueil blog English Esperanto Français Astuces pour GNU Guix par Julien Lepiller — lun. 15 janvier 2018 Utiliser un clone du dépôt La liste des paquets disponibles pour guix est en réalité la liste des recettes. Ces recettes se trouvent dans le dépôt git du projet. La commande guix pull crée simplement un clone et le compile, à chaque fois. Si vous souhaitez développer et proposer des patchs, ou pour des raisons de simplicité (voir plus loin), il est possible d'utiliser un dépôt cloné....
Authored 2022-06-10T20:20:08.000+01:00 by B Tasker in project jira-projects / Adblock Lists +12 lines -2 lines Commit Signature Signer: B Tasker Key id: 8DC652174C1EBA9B Status: verified Changes diff --git a/config/manualblocks/adcash.txt b/config/manualblocks/adcash.txt --- a/config/manualblocks/adcash.txt +++ b/config/manualblocks/adcash.txt # @@ -141,6 +141,7 @@ everut.com # ewicap.com # exanae.com # exchad.com # +exchak.com # exemix.com # exemph.com # exteet.com # @@ -386,6 +387,7 @@...
Receiving objects: 6% (2887/48101), 2.43 MiB | 982.00 KiB/s $ while: $ torsocks /usr/bin/git clone https://gitlab.com/whonix/Whonix […] and: $ torsocks /usr/bin/git clone git@gitlab.com :whonix/Whonix.git […] didn’t work. And, trying to register (thought: maybe would help…): Let’s see if (just maybe) I can register, and have any more luck… gets me: as for markolind Checking your browser before accessing gitlab.com .