Search
Items tagged with: git
Several years in the making, GitLab is now very actively implementing #ActivityPub! 🙌
https://gitlab.com/groups/gitlab-org/-/epics/11247
The end-goal is to support AP for merge requests (aka pull requests), meaning git.alice.dev can send a merge request to gitlab.com/Bob/project.git
First bite-sized todo on the implementation path there is ‘subscribe to project releases’.
Smart move by #GitLab; through ActivityPub they’re getting a distributed version of GitHub’s social layer.
@fediversenews #fediverse #GitHub #git
Support ActivityPub for merge requests (&11247) · Epics · GitLab.org · GitLab
Gitlab/ActivityPub Design Documents by @oelmekki The goal of those documents is...GitLab
Wir suchen #Rust #Entwickler. Anfangs als #teilzeit aber sehr sehr wahrscheinlich wird das zu #Vollzeit wachsen (oder mehrere Teilzeit, wenn das besser passt).
Ort: Voll #Remote - wir haben kein Büro mehr - aber aus vertraglichen und rechtlichen Gründen muss der Arbeitsort innerhalb von .de liegen.
Selten (derzeit einmal im Jahr) eine Fahrt in die Gegend um Frankfurt/Main einzuplanen, Firmenevent.
Nötig: Gute #Rustlang Kenntnisse. Und man sollte andere Sprachen (viel C, etwas Java, Bash) zumindest grob lesen können.
Es geht ums (Neu/Um)schreiben von Applikationen.
Außerdem Umgang mit #git/#gitlab nötig - und wir sind voll #linux basiert.
#Festanstellung ist das Ziel, #Freischaffend ist weniger gern gesehen..
Bei Interesse: DM an mich.
Boosts welcome.
Przydałoby się, żeby obejmował zarówno stronę techniczną (obsługa gita, klonowanie repo, wysyłanie zmian itd.) jak i etykietę: co wypada, a na co trzeba uważać, żeby nie podpaść devom.
Znacie coś takiego?
#OpenSource #OtwarteOprogramowanie #git #github #etykieta #poradnik
I"m Jake, based in Southern #California, US. I’ve been on Mastodon since April/May 2022.
Background in #EnvironmentalEngineering and follow #ClimateChange, #WalkableCities, #RenewableEnergy, #EBikes.
Work in #Data, and use #Python, #SQL, #Git.
Recently built a #Discord bot that tracks #Wordle scores with a #RaspberryPi. I play #Fortnite.
Outside, I like #hiking, #cycling, #gym, #RoadTrips.
#Music faves: #AltRock, #EDM, #HipHop.
Thanks for reading my #introduction!
Content warning: I don't think I ever did one of these and there's 🍍 all these new people 🍍 so: #introductions
Unlike #Github, Offering #Anonymous Host Options For Contribution, Projects, Wiki's, etc.
👽 👐 Everyone welcome:
* Accessible by #Tor Browser (PGP keys, code): http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/explore/repos
* #Git Commands With 'Torify'/Anonsurf, etc
* Standard git commands on #TailsOS, #Whonix
#privacy #FOSS
https://code.blender.org/2022/07/gitea-diaries-part-1
#gitea #blender #foss #git
Gitea Diaries: Part 1
First installment of a series about moving Blender’s development from Phabricator to Gitea.Arnd (Blender Developers Blog)
Since I needed it today, you get to have a refresher on how to change file permissions in #Git on #Windows.
Reveal/hide
git update-index --chmod=+x path/to/file
How to change file permissions in Git on Windows | Adam Dimech's Coding Blog
Make a Git repository file on a local Windows machine executable by changing the CHMOD value, which can be transferred to the repository following a push.code.adonline.id.au
The best part? I was able to do it from Fork, a Mac/Windows GUI Git client: https://git-fork.com
Split a commit in two with Git
Ever wanted a commit was actually made of two? Read on. There are several reasons why you could wish a commit was actually made of several distinct ones: because it makes the history more readable because you are trying to reorder some commits…Emmanuel Bernard
it seems I was able to upgrade using #git, but now when I do a pull I get this:
You are not currently on a branch.
Please specify which branch you want to rebase against.
See git-pull(1) for details.
git pull <remote> <branch>
Can anyone help me to fix this?
Git Help...
there is a project that I'd like to contribute that uses #GIT to upload the translations, I thought that I would able to understand the process but I was wrong.
I did some translations in the clone folder but I have not idea how to move forward, I found the same GIT (poorly written) tutorial spread in hundreds of pages with the same content; It is pretty frustrating.
Does anyone of you know a practical and nice tutorial for beginner considering that I am not a coder and I don't have any coding background?
Thanks!
#linux #opensource #freesoftware #debian
So, let’s say I have a repo that contains a folder called “example”. There are many other files and folders in this repo too.
Is it possible for me to run a git push command that ONLY pushes the contents of example to the root of the remote git repo?
So after I push /example/test.txt to my remote repo, it would be test.txt world be in the root of the repo, not /example.