Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "repo"
-
I use BitBucket, not GitHub, but I can't add it to my profile because the repo section only accepts GitHub.10
-
When they expect you to construct something which was defined just by a name, and you have absolutely no clue..:4
-
Client didn't pay?
Don't worry, I have come across this beautiful repo with a great idea :P
https://github.com/kleampa/not-paid14 -
Made a github.io portfolio website. Showed it to my friend. Asshole copied the whole code from the repo and made one for himself. Didn't even bother to fork the repo or even change the contents of the website. Just removed my name and photo and added his! 😡😡17
-
Personlly, Seeing repo commit history in Gource is really mesmerizing and amusing yet scary. especially your own.11
-
Just received my very first pull request on GitHub. Pull request: "Remove jquery as dependency".
* Makes repo private *9 -
> Find cool repo on GitHub
> Works very well
> Respectable weekly downloads
> …Hasn’t been updated in a year
> …Owner from Shanghai, China
> …Hasn’t pushed to any repo in over a year
> Last profile update: Feeling sick 🤒
> …
>😔
> Rest in peace friend, thanks kindly for the time you’ve saved me.16 -
This was my day at work today
-Be me at work
-Use git terminal on WORK PROVIDED MacBook
-Decide to clone into a repo into another repo as it was one project inside another project
-Makes changes to code
-Attempts to add .
- warning: adding embedded git repo ...
-Apparently needs submodules
-Shit doesn't get added
-During this get asked to create 2 new branches and modify some code
-Do that specifying files to add as add . breaks everything
-Has 3 branches now detached from master
-Super confused where anything is and what's going on
-Go back to branch for other repo to get added to
-Spends 30 minutes trying to understand submodules
-Gives up and deletes folder moving it elsewhere
-Commits begin failing everywhere. Super confused.
-Get everything figured out and commiting
-Goto merge all branches to master
-Merge conflict with .DS_Store
-FML
I think I'm done guys12 -
we had this guy once, who we gave access to our private repo. everything's all good until we noticed that our amazon bill was USD 8,000+!!! we found out that lots of servers got created and that's bec. this guy forked our private repo and his fork was a public one. our keys were still not in .env files and were part of the commit so some bot got hold of it and accessed our amazon account. we suspected that the servers were used for bitcoin mining. anyway guy was fired on the spot and we also learned our lesson to keep keys out of repos.14
-
It works!! IT WORKS!!! IT MOTHERF@CKING WORKS!!
My private program FINALLY WORKS, and DOES WHAT ITS SUPPOSED TO....
YAAAAAYYYY!!!4 -
First time in my life, I contributed to open source repo.
Feeling awesome. Yet to be merged with master.5 -
Today I got told to stop using a repo and work directly from the FTP server.
Today sucked. That is all12 -
Trying to convince my coworker to have a git repo instead of resending chunks of code in Slack... lmao12
-
Gitfolio - generate a presentable portfolio website out of your github repo for job hunting.
https://github.com/imfunniee/...7 -
Get idea, buy domain, make git repo, let the domain expire, post memes about how side projects are always abandoned!3
-
The first time I ever did a PR on Github, I forked the repo, did the fix, committed the file and put the merge target to my fork master instead of the original repo master.
I then proceeded to accept my own PR and got so excited that it was so quick to merge.1 -
I feel bad when people in my uni, use my github repo for entire projects and not star the repo or tell thanks :(3
-
Running a script to do some checks on a list of Git repos.
One repo is taking ages to clone.
Take a look at the repo…
A 8 FUCKING GB VAGRANT DISK IMAGE IN IT.13 -
Obviously the: "I feel like a god" feeling, when something i made works :)
(Even if it doesn't work the way it was supposed to lol)1 -
Okay lets write this before i go mad...
I'm one of those guys who says "use the os which suits you the most, or you're most familiar with", and i'v always been a windows guy, didn't really have any reason to use linux, because for school stuff, or programming (java and android and c) windows was great enough...
BUT MOTHERF@CKERS at microsoft, i'v had enough...
First my handheld computer goes nuts, because windows is eating 80% of processor, and if i fix it, then some other kind of windows related thing eats up that much, and you know what? I've been okay with that, because thats only a handheld computer, but boy, didn't my main computer start to do the same?!?
I cannot do anything, basically i start something trivial up (by trivial i mean trivial, like idk, a texteditor not even a browser, or an ide or anything that would take a bit of more ram) and my computer cant do shit....
I'm so mad.... Currently installing elemantary os... F@ck this shit i'm out...
(And lets not forget the hours of 'updates' which dont do shit....)13 -
I saw this code while searching in our QE repo... All our dev bay started laughing while I showed this... 😂😂😂😂3
-
FUCKING SHIT ! IS THIS WHAT YOU CALL A QUALITY REPO ?
FUCKING NODE_MODULES IN YOUR FUCKING REPO ?11 -
New idea, 99 developers write node module, only one person can survive! The rest of repo will be deleted from github and npm💂♂️4
-
Some how somebody managed to fill our repo with the following branches:
Origin/master
Origin/origin/master
Origin/origin/origin/master
Origin/origin/origin/origin/master9 -
Sooo win has updated itself (in a short 6 hours) and I was wondering what eats my pocket pc's 4 gb ram, so i checked, and turns out system is eating 40-50% of it and its processor ever since the update... *Sigh* Awesome....
(Picture src: tumblr/just-shower-thoughts --> [in reality] r/showerthoughts)7 -
Coworker was told to shift code from private repo into company repo. She literally copy pasted all the files into the other repo. 😁👍6
-
Just saw a repository with branch name - 👶
bitbucket gives this - git fetch && git checkout 👶 for checking it out,
wondering how would anyone checkout this branch without copy pasting the above line from the web xD8 -
**Overheard new intern struggling with git talking to lead developer
Intern: "I am having trouble with the git repo on my local machine, can you take a look?"
*** Looks at code for three seconds
Lead developer: "Yeah, I suggest you just delete and reclone the repo."7 -
!rant
I just cleaned a project in the repo and got the build size down to 4.7Mb from 6.2Mb. The feeling of ecstasy!!7 -
Naming my psd file for the n-th time: superimportantrevisedfinal-final-draft.psd. I think it's time to move design stuff to a repo ffs.3
-
When you unfuck a git repo with many parallel branches that have cross bred much more than European royal families.2
-
Apparently the firewall at work has blocked access our git repo since there are too many consecutive requests to it.3
-
I always feel insecure when i push my code to github as public repo.
Like what if my code is so far from standard.
What if i showed a very stupid logic.
I am very insecure when pushing my code to public repos.12 -
Finally got access to repo in my new work place (bank). Now I'm considering keeping my money buried somewhere instead of using bank accounts...5
-
Felt so awkward today. Bare in mind I am still a junior. I was on a pull request reviewing session on a repo I use. I was being super super pedantic with variable names, data types etc as the people who wrote it are brand new to the company. I then realise I had just reviewed the companies lead developers PR to a different repo. Every time someone comments on a PR on this repo all developers in the company get an email notification. I sat there litrually sweating, bright red with the words 'oh ****' on an infinite loop in my head, staring at the screen waiting to see what was to happen.
Thankfully he was ok with the comments. But now people keep calling me the lead developer (teasing) fml I hate anxiaty2 -
GitHub
This repo contains the following languages:
- PHP 58%
- HTML 34%
- Javascript 5%
- CSS 2%
- Ruby 0.6%
- Hack 0.3%
- NASL 0.1%
The last 3 are not in this repo.
Don't fear about AI taking our jobs, it still can't identify what languages it's looking at.18 -
Skyrim SE looks great, never would've guessed being able to draw d*cks on the main menu would become a feature....2
-
Am I the only person that deletes their github repo and then uploads it again when you encounter a merge conflict?13
-
Colleague: Hey! This is not finished!
Me: Did you pull from the repo?
Colleague:
Me:
Colleague: Oh look, it's finished.1 -
>Installs NodeJS (from default Debian repo)
>Tries to install yarn
>Yarn tries to uninstall nodejs
Weird
>apt-cache depends yarn
yarn
Recommends: nodejs
Conflicts: nodejs
10/10, gave me a good chuckle. Time to add the NodeJS repo.10 -
https://github.com/deeppomf/...
Github's top trending repo today is a deep learning tool that decensores hentai.4 -
Was going to though my old private repos to remove the unused ones. Looks like I wasn't happy about this particular one2
-
What are your feelings on committing your .gitignore file to the repo? I argue that you SHOULD commit the .gitignore file because you are much less likely to accidentally commit things you don't want.
My team lead just told me that he doesn't want the .gitignore file in the repo because it's not part of the build.23 -
It feels like you are talking to yourself while commits when you create a github repo and you are the only contributor. :p2
-
Came across this gem. Thought more people ought to see it. 😂 Guess no one in that repo had a sense of humor.
-
So for everyone that wanted the github repo for the ++ Battle i had with Haxk20.
Site:
https://c0d4-101.github.io/devRant-...
Repo:
https://github.com/C0D4-101/...devrant open source whoot a devrant project by @c0d4 battle tracker fancy stuff just add usernames and bam19 -
Free Pivate Repos on Github everyone!
Microsoft, what's your evil plan???
https://blog.github.com/2019-01-07-...5 -
The more i use git.. more the fun it is.. Just found out the usage of rebase and cherry-pick.. I have read about the implications of these commands in a shared repo.. But it is fun to use it in a solo repo..3
-
Best: give him a GitHub repo and tell him to add a feature or change something
Worst: What are your greatest strengths and weaknesses?4 -
When you come back to work and want to see what has been changed in repo but commit messages look like that :(5
-
I recently started my professional journey as a developer and I stumbled upon a very strange git repo configuration..
Background: The projects consist on a web app and a lot of backend services in C# (1 service on each project).
The project manager decided to configure the the git repo as a single repo with all of the different projects for the services and the project of the webapp. All in one. Everytime you update something the merge results absurd and this happened…18 -
Storing DB credentials in a repo that were encrypted using functions... that are in the same repo (both encrypt and decrypt!)...2
-
When you see a "one word" commit messages and some are identical.
For God so loved the world! **face palm**5 -
Fuck Confluence and anyone telling me to write anything there. From now on, documentations will be in the repo, written in Markdown8
-
Just commited to my repo ; last commit was 6 days ago. I'm happy, finally decided what algorithm i'll use and implemented it !! :)
-
pushing sensitive data to GitHub repo...not realising for days...and then going through the painful process of removing it again 😑4
-
So I'm reading up on the HomeAssistant documentation to prepare for submitting to their repo. I was really excited to find such a nice repo to contribute to, but i suddenly had to reconsider when i found this:10
-
Now that github is also offering unlimited private repos to free users, I'm thinking of using it as a backup of my gitlab private repos.
Like pushing to a gitlab private repo auto push to a github private repo kind of workflow.
I will search how to do it online.
However it would be awesome if anyone with similar previous experience can share their wisdom here 😁7 -
How my boss uses git:
1. Clone repo into separate folder
2. Run WinMerge against his version
3. Manually update his version with changes2 -
It is ridiculous how many javascript frameworks out there. Just combine any nounce + JS, I guarantee you, there is Github repo existed already!2
-
Just delete the whole local repo and clone again!
(He definitely didn't know about git reset --hard head)3 -
*3 months into M$ acquiring GitHub*
*StackOverflow*
Hey guys, the following code fails to create a repo. In fact, it subscribes to Office 365 instead. Does anyone know, why?
microgit create-repo MyProject -card 2345654367894567 -expiry 12/03 -ccv 3367 -
Someone else always have git log like this??
Or just me? 😂 ;-)
commit 6e71f545c3
Author: ShellAddicted
Date: Sat Sep 9 02undefined21 2017
it Works!!!
commit 6ac2c98bf
Author: ShellAddicted
Date: Sat Sep 9 01undefined47 2017
works more or less
commit 411b8e12
Author: ShellAddicted
Date: Sat Sep 9 00undefined00 2017
Initial state not working.
EDIT:
I just noticed that devrantron modified (bug) my rant (see the undefined in times)3 -
My daily life with Eclipse. Story #0:
Me: browsing SVN repo with Eclipse (double fail, I know)
Eclipse: freezes
Me: waiting for ages
Me: killing eclipse
Repeated the process several times. Solution:
Me: browsing SVN repo with Eclipse (double fail, I know)
Eclipse: freezes
Me: hover over another view
Eclipse: isn't frozen anymore
Thanks for wasting my time ... -
What the actual fuck GitHub/CircleCI?!??
I transformed a GitHub account into an organisation and lost admin access to a repo even though I'm the owner of the organisation. Now I can't even access the settings for the repo on CircleCI. What the hell? WHAT THE HELL?!!?! THE FUKKKKKKKKKKKk? -
Tiny CLI app to check the stats of a GitHub repo: https://github.com/klaussinani/rels
Found it useful to track my org's repos1 -
I've just found an awesome repo:
https://github.com/tldr-pages/tldr
There is soooo much great stuff in there! Lots and lots of commands with some quick examples, much clearer than having to look through cryptic manpages and SO replies.
I literally just understood in 30 seconds how git stash and cherry-pick work thanks to those examples - something I struggled to wrap my head around from the --help manual
This is awesome!6 -
Sooooo I had a class named "a"... And i renamed (refactored) said class.....
Guess what happened :")7 -
LuaDocs V1.0 available now!
More updates coming soon!
Live site: https://cozyplanes.github.io/LuaDoc...
Repo: https://github.com/cozyplanes/...1 -
Committed production DB info in a config file to a public Github repo 5 hours ago. Just realised it now. Woops.5
-
I noticed the main dogecoin repo was one star short of a significant milestone. Is it odd to feel honoured to be their 2000th?
-
[NSFW]
What are the odds of a game studio's co-founder starring a R18 decensoring GitHub repo? Welp. Today one did. And I saw because I found his GitHub after Googling (I switched to Duck in September). Welp. This is gonna be embarrassing for the guy. Whoops.
Repo is DeepCreamPy btw if you're interested in "researching how it works".5 -
1. Get an idea
2. Plan the structure to use overengineered solutions
3. $ git init
4. Setup the barebones
5. $ git commit -am "initial commit"
6. Forget the project for the next several months, until another idea pops out and you visit your github to setup a repo for the new project and rediscovers this miserable project's repo
7. Back to 1, repeat -
MRW working with non technical people and they say "Repo is too problematic, we'll just swap files through Dropbox"
-
Broke: logging into GitHub to pull changes from a private repo
Woke: changing the repo from private to public, pulling unauthenticated, and then changing back to private. -
How to mess with Github Copilot:
1. create open source repo with MIT license
2. create generic functions that solve specific problems
3. put violent, racist, sexist, phobic, political, etc phrases in the code
4. get other people to fork the repo and make their own versions
5. watch as people get upset over copilot being evil and putting shit into their code4 -
When HR tries to appoint tasks to developers,this happens.
P.S. The repo has basic hello world Android app files. -
Committing code with the same commit message although you refactored several times and changed the structure1
-
> Tries to be slightly festive by making a ball drop website on my phone using an app called play.js (its an app that lets you play around with nodejs, react native and react)
> Make some progress
> Gets tired of phone keyboard once back at the house so tries to upload to GitHub
> app makes a repo by default so when I made a new GitHub repo it had a different .git history, so i cant push to it
> copy files manually
> JavaScript happened
> Deletes code off pc and deletes GitHub repo. -
I just cloned a repo to my laptop and just realized I pushed to master since I didn't switch branches...
Fuck it, keep coding -
Gotta say gitea is also great when I want to quickly mirror a repo on my phone via the migration feature.
-
What to do when for a single issue, multiple contributors send out different PRs doing the same stuff?
I feel bad to close a PR without merging when they have spent there time in it.
I never expected that my repo will ever attain such dilemma for PRs.6 -
GraphQL- It makes API development to next level.
MonoRepo - Still I'm wondering how people are maintaining. :) -
private static final int TEN = 10;
private static final double THOUSAND = 1000.0D;
[a copy-paste from our repo]12 -
After they look into your CV .. ask to look into their repo ! See what type of spaghetti they are cocking !10
-
When you would just check the school timetable for tomorrow, but when you unlock your phone you find devrant to be the active app, and you just scroll through everything, and forget why did you even unlock your phone...
Just devrant things... -
Here we go with the DMCA again.....
I recently forked a repo from someone repo , it's forked.
From https://github.com/stormtrooper96/...7 -
Right now business is kind of slow for my company, so I've been working on Documentation. It's been kind of cool to make the gitlab repo, write the Markdown documents, and then push them to the repo when finished, but it's also hard because it's only me really doing anything...rant git in general is pretty awesome coworker needs to pull his weight! gitlab is cool markdown is cool documenttion
-
>repo about the cool parts of modern php
>literally the first one is already a mindfuck antipattern7 -
Long time ago I worked with a few developers on some relatively simple web project. We were using php and smarty and we used svn for versioning. At one point some dude joined the project as a php developer (with a few years of experience).
After a few days without any commits, we found out that he doesn't know what a SVN is or how to use it. After he learned how to use it we found out in our repo bunch of files with a following naming scheme:
filename.php
filename_1.php
filename_2.php
filename_3.php
filename_4.php
filename_5.php -
How to deal with merge-conflicts:
1. You don't
2. Just clone the whole repo anew again and start over dude -
Did A big stupid thing right now
Deleted a web page, which took me three days to write. Very pissed right now. Should have added to GitHub repo
I started working on a new file on my project. After I finished working on the project I started doing something which didnt worked out. So I deleted the local version of the repo since the repo was backed up on the server. But the file that I completed last night was not yet added to the repo.1 -
Our college interns:
*Push completed project source to remote repo at end of dev course.*
*List Git as skill in resume.*4 -
Never read any github tutorial. Decide to wing it, create repo, make 10 changes. Check progress, Where are my old files 😭
-
Am I only one who forgets to do
npm install
after cloning repo ,
and then stress over errors appearing on terminal1 -
when your PM doesn't know how to use Github, and he downloads the repo,edits it and makes another repo to share it instead of just forking it -.-2
-
Is it okay for me to fork my own repo to an alt account so I can have my multi-branch repo but not have to commit everything to the production repo right away?10
-
I ended up taking over a dev team. I asked a dev why his code wasn’t in the repo, he said he wants to get it right first.
(Internal screaming): Repo isn’t for just done code you spastic zoomer, people need to setup build pipelines and cloud resources based on a new repo existing. You should have at least pushed a the default template project weeks ago like I asked.1 -
Just came across a commit in a production application's Git repo titled "Stupid whitespace".
Glad to see we're not all robots yet :)2 -
My life have changed after using https://github.com/kelseyhightower/... in my project.
PS: Don't forget to look into contributing steps.1 -
My previous post about the e repo was super funny, but sad news: the repo is gone. I started it. I should have forked it. On this day of December 10, 2018 we mark the death of the original eee repository...1
-
Made lots of features to a side project that I was gonna publish in uni. There was some merge conflicts. And I tried to fix by copying files from a backup of the repo I was using.
Accidentally deleted the latest repo instead of the backup. All additions were uncommitted.
That was when I started taking special care with VCS -
Elsie: -Does that make it a glass half full or glass half empty type of situation?
Bernard: -We're engineers, means, the glass has been manifactured to the wrong specifications....
Gotta love Westworld :)
(Also, damn.. Do those foldable tablets they use look awesome?!)
(Src: Westworld s1 e6 around 5th minute)4 -
I failed to recognize that svn import does not download the repo to my laptop but "imports" the directory I'm currently in into the repo. That was my /home...2
-
For partially downloading folders from GitHub repo e.g. examples folder, DownGit web app (no install) is good.
https://minhaskamal.github.io/DownG... -
I don't know what the fuck is happening rn I created repo on gitlab and tried to make changes from terminal it refused. Tried every fucking combination as I thought I must be doing something wrong .
Got fed up made a new account , made a new repo but gitlab doesn't allow me to upload files from there fucking website too.
Now I am getting error 500 from terminal because I can't clone my repo as it says this repo doesn't exist.
Now I can only imagine that there might be some problem with gitlab it's 4 in the morning, I should probably sleep. -
Not consistently git comitting (and pushing to repo). Sometimes I wonder if I'm in fact a masochist.2
-
Got bit by a hacked repo. It was compromised for all of like 30-some seconds. No intrusions, but now I can't set my root password (passwd goes "oh, yeah, we got this" then it does... nothing...) and Weyland/X/Gnome/Cinnamon/KDE/whatever the kids use nowadays are all busted (they all start, but they just hang tty1 and whatever other console invoked it). Tried reinstalling all those kinds of things, didn't help.
fml2 -
A github repo that you wouldn't expect today... or maybe even in your entire lifetime https://github.com/LightningJimmyJo...3
-
Why can't GitHub have a random repo button, there's randomrepo.something but it only shows ones with 1000+ stars ..3
-
Saw a git repo that contains the node_modules folder and some dependencies and was wondering how'd fuck did this guy get this up here.... Mehn some devs can be super powerful(funny)
-
yaourt -S something-git
>cloning git repo (~100KiB/s)
me: ok it's time to recent rants on devrant.1 -
!rant
Let's say that I might want to change job. I'm into finance, but I'd like to approach the game developing side (yeah I know, don't even start, it is how it is!)
Question is: I've got a bunch of projects to showcase my ability to code in different languages. Would setting a public git repo be helpful? Currently all of my repos a private, and not really thought for being read by others, but I can always polishing things up. Would that be an asset or doesn't it worth the while?
I mean, in my experience nobody ever asked me access to my git repo!3 -
Fuck this shit!!
Doing my homework for chemistry and fucking Libreoffice didn't save my work!! And I put a lot of work into it!! Fuck!!
Now I've created a git repository to save my homework and keep track of it.. Fucking Libreoffice... :/
Fuck you!!!! Fucking Libreoffice!!!3 -
Are there any developers out there interested to start a repo on GitHub, we build something cool for fun(also good for sparring)?12
-
Fucking configuration files man. Every repo has 10+ .config.json files now. Why hasn’t some universal scheme emerged this is ridiculous?!8
-
Checking emails while on holiday because, without you, you know someone is gonna make the executive decision to 'rm -rf *' the repo.
-
There's a special place in hell for repo owners who show only the yarn option of installing in the README.2
-
TLDR: A friend had only a local repository and fucked it up completly
A friend of mine had to do an project for school. Sche decided to do a little chat application. The requirements were to use java in combination of javafx.
Things started very well. Sometimes she asked me for a little help but that was no problem. She used mercurial for version control which was an inportant requirement too. But. The teacher didn't teach them how to use mercurial so all she had was a local repository. A few days ago she called me and told me that she fucked up the repository. I told her she should cerp calm and wait until i am at home. It's a fucking repository. this can be fixed i thought. But when i arrived at home and she sent me the repo i tried everything but a file (stored at .hg/store/) was missing. it was a manifest file. I asked her what happened to this file. "I deleted it because there were error messages because of it" FML. Why would you even delete such a file?
Luckily for her she sent me a copy of her repo to look at it a few days ago. so she only lost 5 commits.1 -
me: *opens dev env using Docker*
me: *makes changes*
project: *permission error*
me: *fixes permissions*
Git: *Can't find a compatible repo*
asdf -
Hello! Check out my URL shortener application. Please take a moment to review it for me.
Also if you like it please leave a star for the repo.
Link to live app - https://reha-short-url.netlify.app/
Link to Github repo - https://github.com/rehasantiago/...devrant react programming coding url-shortener node js javascript projects jwt mongo db mern express2 -
I got my very first PR to a repo of mine. Naturally, I got out of bed at 4am to test and publish it.3
-
Always hate asking these questions but Google is no help and SO is just filled with unhelpful answers...
Does anyone know of an up to date debian repo that has an up to date version of valac for arm?
It's a pain in the ass to keep rebuilding on my system everytime I reset my Chromebook and the official Gnome repo doesn't support ARM .-.2 -
When you commit your repo with the configure file with keys and tokens and then need to delete the repo and start again1
-
When you run some dangerous git commands, then realise you're in the wrong repo... oops
Luckily I didn't lose anything -
So I've backed font awesome 5 a while back at kickstarter. I've linked my github account to the repo. Now my mailbox get spamed by their issues.
Question: is there a way to deactivate mail notification for a single repo?
So far i found:
- disable all github mails (nope)
- unwatch the repo (would work, but I just want to disable the emails, as they make up 50% of my daily inbox)4 -
When Github deletes your account because you've used "Malicious Code" in a private repo. (Chrome Password Reader).
-
When my codev branches my prototype repo because he's going to do something totally different, but just does the same.
-
a dream within a dream
a repo within a repo
a (virtual) machine within a machine
a machine within a browser within a machine
https://fossbytes.com/run-windows-9...1 -
Sticks and stones may break your bones but I sometimes have that feeling of breaking every bone of those who push changes with sensitive information to the repo. Stop it.1
-
Finding weird stuff that previous devs have done #302:
- they "branched" by manually creating a folder in svn repo then copy pasted in a ton of files from elsewhere... Then committed the lot in one go.
End result: an orphaned branch that confuses repo migration tools and not having any idea what they actually changed...1 -
So today we renamed a repo on bitbucket. We changed the remote url on local PCs and kept working. When deploying, our deploying platform threw an error saying invalid repo name, which was expected. Thing is, said platform doesn't have a "change repo remote url" option, so we did it manually over SSH. It didn't work as it now says the bitbucket token is invalid. There is no option to change or set the token. Redeploying will take almost an entire day due to configurations. FML.1
-
So, I got a task to modify a component from another team in another country.
Me: Ask the team for the repo link and explained what I was going to do.
idiot: You don't have access to our repo, I can do the fix next week and upload the code to confluence....
What the actual fuck. How can you even go there?!? -
So asked to help out on an extra project that another Dev ( who is a senior developer ) is working on and I go to clone the repo but find 15 or so commit messages on the master branch saying "Work on feature x" (not an actual x). This is going to be fun...
-
Okay, so this is more like a question, than an actual rant, but what site(s) do you freelancers use?
Lately i have some serious free time, and thought, why not try to make some side-money?2 -
I saw someone posting a GitHub repository under their name. I looked into the repository and I thought that the repo is really cool and the person did a very good job creating this.
I went back to the repo later at night and found that it is a fork from a famous repo with over 2K stars. The thing is, the shared/forked repo has no changes from the original repo. So the person is sharing forked repos under their name just for internet praise! The fork got about 30 stars for nothing!!5 -
That's what you want to see first thing in the morning.
Even worse, I slept about 3 hours last night on the same repo. -
Follow up rant: https://devrant.com/rants/4943574/...
(Funny link btw.)
I tell him "Fine, upload it to the GitLab repo I created a week ago and you never used it." on Friday.
Today, the day *before the presentation*: "Here, have the GitHub repo, ask for permission and you're all set up.".
He's getting the boot.3 -
I sometimes spend a lot of time fixing Cocoapods integration issues when commiting and pushing to our git repo
-
I think the dev missed a nullcheck before `handlebars.compile(name)`, don't you think?
// this snippet is from our product's repo ;)7 -
So I finally got my hands on github!
I've got my first repo called "PrimalHunter" and the module is already done. Now, how does one make a welcome page for a repo3 -
Spent 1 hour figuring out why an Exported Class ( Node.js) wasn't being picked up in a require statement by gulp. I have 2 clone software the same repo on my laptop. I put the new class on 1 repo and was running the gulp tasks from the other repo. Sigh.2
-
Ah yes. Make changes on that deprecated repo. Thanks. Now I have to merge them and remove all the branches code too in that repo. I guess an empty master and a broken deployment script isn't a big enough flag for you.1
-
That moment when I suddenly notice that I've been working for two days on my repo that is hosted on Microsoft Team Services, while the active repo is hosted on Gitlab
Luckily changes where on a sub library can be managed to integrate a diff1 -
Since github doesn't have a good way to find new repositories..what does everyone think of my new d3 framework? feel free to make issues and star it if you like it! http:///www.github.com/hkelly93/...
-
Hitting `git commit -asm` when there are still untracked files.
And you knew that you fucked up the moment you see the result of your `git status`.2 -
Doing some group assignments for uni
Repo 1, 60, 7, 2 commits
Repo 2, 200, 12, 1 commits
Repo 3, 55, 10 commits
You can guess which stats are mine.......
And then on the reports I have to do all the work cause I wrote all the FUCKING code ... FUCK8 -
Whenever something awfully fails with GitHub pulling (read: When you use Github), I have the horrible habit of manually copying the code I want to be saved, and starting over in a new local repo. After a while, I found out I have around 9 local repositories of the same remote repo stored in one folder, too lazy to clean it all up.1
-
When your pushing to a git repo and found so many conflicts and try to to review it,
And found so many conflicts with whitespace.1 -
Can you use version control on a git repo? I mean put a git repo inside a git repo so you can commit while you commit... :P7
-
I have set up my automation through a private GitHub repo.
I know there is puppet, and salt, and Ansible. -
On my last project we needed to have about 5 or 6 different webservices running and 2 ssh tunnels open to run the app locally. So i wrote a simple script to automatically split my terminal window into seperate panes and cd into each repo. I also had a script to go into every repo and git pull. Really simple scripts, but very useful.
-
Why is the GitHub compare functionality hidden? After going through all the repo views I had to actually Google how to do it, and apparently you HAVE to append "/compare" to the repo URL... is it to save bandwidth, or hide a buggy feature?...1
-
hi everyone quick question can people responded if your repo management tool (e.g. beanstalk, github, bitbucket, assembla) integrated with your project management tool?5
-
Hi, so I am fairly new to GitHub and I just wanted to know how do you publish your code on GitHub Public Repo without disclosing your sensetive credentials like DB hostname, username and password, and other keys like Recaptcha secret?
My GitHub repo is connected to Heroku hosting so I cannot replace the keys with something dummy. It will fuck the production deployment up.11 -
Submodules in git.... every time you switch a branch on the main git repo the submodules end up going haywire2
-
Including critical build dependencies inside Android Studio.app instead of in a public repo... why?2
-
Comment in repo:
"The Shadow Proclamation was challenged and found to be liable."
The change:
- UA_Client* m_client = UA_Client_new();
+ m_client = UA_Client_new(); -
guys, hacktoberfest is around and i am looking for a fairly new android repo for which i can contribute (because that'd be fairly ez :/)
pls comment down a github repo of a new android repo(based on java)...... plsplsplsplspls1 -
Joined a new team and was presented with the statement
'We can't use git pull on our repo, we rebase, it works better than merge'?4 -
How many of you use QMK? I'm thinking of a docker-based bootstrap project for it. The benefits of the project are that you don't have to fork the qmk_firmware repo and install the dependencies; this results in a 1-click compile on any OS, and a very clean repo for other to look at and fork.
-
So I start today lovely Monday with a typo SNAPHOT instead of SNAPSHOT that made my artifacts always deployed to release repo
-
Does anyone know how to collaborate with devRant? I mean some improvements in the UI for instance. Is there a repo?2
-
If you have to fucking complain about how people are creating too many issues on your repo and why the internet needs to stop bothering you for your code, just privatize the fucking repo or delete it. For fucks sake, it’s probably for the betterment of the internet to not waste our time trying to get your shitty fucking code to work. Your repo is trash. Nobody has time to read the 5000 issues that detail the lore and history of your piece of shit project. Just fucking close it, stop trying to hold on to shitty stuff.11
-
Is it my crappy connection or the git bash for windows is just shite? It's taking forever to clone onto a repo using ssh.8
-
If interested:
https://github.com/denysdovhan/...
it's an entire GitHub repo on weird-wacky stuff of JS3 -
I've been thinking, and i feel like being the bad guy... So, for now, I'm also an "idea guy" if you know what i mean...
Idea: This site could have a feature like "product recommandations" (just like long rants or something [tyical idea guy saying]), where users could recommend stuff like programs, peripherials, or anything dev related.
This could be done using tags, like certain tags would get sorted into the "product recommandations".
Sounds nice, doesn't it?
(PS.: We should also make a site which is like google, trust me, it would make millions...) -
Wanted to make an auto deploy script for nginx combined with git for websites i work on. Guess ill learn bash on the fly1
-
Was asked to look at another teams repo to see how they use Cassandra. In that repo, I found a function that creates a map[int]bool populated with a handful of numbers all with true as the value. The function then checks the existence of an int in that map and return a true if it exists.
-
Do you guys know how I can embed a Github repo on my website? A project that my visitors may be interested to download.9
-
Thank you very much for adding your git repo into our SVN repo. That makes everything very simple now.
-
Hi,
What tools do you use (or suggest use) to identify hard-coded credentials in a code or repo?
Thank you!4 -
finally using git portable with usb repo for work related things! (no online repo possible) feels good man!7
-
Umm can anyone help me with this......got it in spck editor while trying to pull from my remote repo6
-
how do I upload files on github in an existing repo with github api, I mean I'm able to create a repo using github api but I don't know how do I upload file via gh api?8
-
The only commit in a repo without revision is the firt one!
And that one adds a barely empty README file!!1