Search
Items tagged with: git
GitHub CEO: Embrace AI or get out.
https://www.businessinsider.com/github-ceo-developers-embrace-ai-or-get-out-2025-8
PS. Here’s where to go: @Codeberg
(As an additional bonus, you’ll have the peace of mind of knowing you’re part of an anti-fascist not-for-profit cooperative instead of a trillion-dollar US corporation that’s helping Israel commit genocide.)
#git #sourceControl #revisionControl #GitHub #Codeberg #dev #AI #BigTech #Microsoft #israel #genocide #ethnicCleansing #apartheid #settlerColonialism #Palestine #StopIsrael #StopArmingIsrael #StopTheGenocide #FreePalestine
GitHub CEO delivers stark message to developers: Embrace AI or get out
Thomas Dohmke wrote that humans are often resistant to change. He said that's okay, but these people should probably find another profession.Alistair Barr (Business Insider)
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
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.