Filter
Exclude
Time range
-
Near
idea: un rapero llamado gitpull
53
alias gti='git' alias gitpull='git pull' alias gtipush='git push' alias gtistatus='sudo rm -rf /'
6
240
sudo gitpull -r https://respository.git -c 40 -b main -cmd "sudo ./app" -precmd "/usr/local/go/bin/go build -o app" -allowedcmd "sudo,go" @Amospikins @Akintola_steve @0xfeMMANUEL @OO_Java @ahiakwo_john @calchiwo @Jack_ng01 @EnyitheDev @richsongocrazy @akintunero @akinkunmi
1
2
101
Gitpull now has command restriction using -allowedcmd flag. service created with Gitpull -allowedcmd flags are only allowed to commands specified in allowedcmd. why is this important 1. Security & Supply Chain Protection When you automatically pull code from a Git repository,
1
2
3
94
for your fastapi project gitpull -r github.com/yourusername/fast… -c 20 -b main -precmd "pip install -r requirements.txt && pytest tests -v && python -m build" -cmd "uvicorn main:app --host 0.0.0.0 --port 8000 --reload" gitpull saves this for you and auto call whenever you push

1
2
40
Replying to @dannyclassi_c
github.com/amainyebriggs/git… try it out GitPull is a lightweight daemon that automatically monitors, pulls, and manages multiple Git repositories with a real-time web dashboard. Perfect for auto-deployment, keeping dev environments in sync, or managing microservices.
1
3
99
Replying to @missadjoamoore
Gitpush gitpull 😮‍💨
3
851
Our initial self bond will expire on Sep12/12:00 of this week We will be rebonding with at least 3M FLR to increase staking cap and qualify for the infrastructure rewards pass system. Additionally our gitpull request to Towolabs Next branch was accepted and we are waiting on next update to main branch for official in wallet Bifrost support which also means any dapp pulling data from Towo will also allow for ease of delegation and staking to our provider.
4
6
22
971
Can do some quick math at roughly 50000 wflr distributed for this claim period you can simply divide each distribution by the nft supply which is 5000. For player 2 that amounts to about 10 wflr per token id, that may not sound like a lot right now but you have to bear in mind delegations and staked wflr to the provider are fairly minimal as we get up and running. Quick rough math, if we scale up to say 200 million delegated and staked then we're possibly looking at around 500 - 1000 wflr per distribution Many providers easily hit those numbers and we're still so early we're still waiting for @towolabs to make the gitpull for an official Bifrost listing
3
54
8
32
788
32,112
26 Jun 2025
gitpull that @gensynai
17 Jun 2025
. @gensynai open source models are now in the top 2 n 6 ranks in text generation 👀 still running my node via @hyperbolic_labs. if you haven't then jump on it > app.hyperbolic.xyz/invite/aN…
5
628
コーディングAIの強みは 人間の思い込みおっちょこちょいを 排除した完全性だなぁ。 朝一gitpull忘れるとか。朝一gitpull終わったあとに前日最後のマージやられるとか。ブランチ間違えるとか。 逆に人間じゃありえないおっちょこちょいをAIは起こすんだけど過渡期の今だけかもね。
1
3
13
1,054
6 May 2025
Not only that I only use git add -A and force everyone I ever worked with to have a proper .gitignore to support it. I even do it with aliases “gitpull” & “gitpush” automating add->commit->push/pull with a single click. You do you. I focus on the code.
If you have accidentally typed “git add .” In a directory more than 100 gb this year you are gmi
2
10
1,411
17 Apr 2025
他会社から引き継いだプロジェクト、引き継いだタイミングで本番リリースはサーバーでGitpullする運用となってたのに前会社で本番直編集されててコンフリクトおきてキーってなってる 綺麗にしてから引き渡さんかいっ
1
1
90
Replying to @seatedro
I tried gitpull full_course and nothing
4
2,850
Replying to @rickyflowsinyou
oh if you ask him he prob can i feel like they don’t really give it terminal so maybe it can’t. like they just built git tools for it, it can use enumerated gitPull or gitPush etc idk if you try it let us know
1
2
72
27 Feb 2025
I have all the bash aliases for git to speed up my typing: alias ga="git add -A" alias gc="git checkout" alias gb="git branch" alias gd="git diff" alias gdh="git diff HEAD" alias gdm="git diff master" alias gcm="gc master" alias gf="git fetch" alias gp="gitpull" alias gs="git status" alias gitlog='git log --format="%h %cI %cn %s"' alias gcp="git cherry-pick" work wonders!
3
194
今日は2.0h勉強でき gitの基本を学ぶに取り組みました! 分かったこと   • PRとgitpullがまだ理解できていないので できるようになったら次の課題に進める。 感じたこと   • だんだんとgitの扱いに慣れつつある   • 勉強できることは幸せである。 学習時間   • 2.0h 明日も積み上げていきます! #Happinesschain
16
551
12 Nov 2024
Replying to @kitty_commie888
Not gitpull this whole afternoon while adding a major function
1
2
43