Что такое git gud

GIT GUD! Пасхалка в Dead Cells

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Недавно наткнулся на милую пасхалочку к локальному МЕМУ из Dark Souls Вроде не нашел здесь темы по ней, но если видели то сильно не бейте, хотелось поделиться все таки =)

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Самое интересное что у костра можно посидеть, а после произойдет землетрясение и комментарий ГГ: «здесь точно что-то изменилось» после чего на вас нападет обычный моб с кучей мутагенов, около 50ти. Неплохо так в общем.
P.S. Сама локация кстати очень напоминает замок в Анор Лондо.

Блин, чёт на меня не напал моб с кучей мутагена(

Я так понимаю пасхалка возникает рандомно, на разных картах. Я несколько раз попадал на «Ядовитых сточных канавах», и моб был только один раз 🙁

только я один подумал что это отсылка к хорнет из hollow knight и её знаменитой фразе GIT-GUD?
я просто в dark souks не шарю

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Отсылка в дополнении «Blood and Wine» к Dark Souls

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

В дополнение «Blood and Wine», релиз которого состоялся совсем недавно, нашли новую интересную пасхалку. Во время сюжетной миссии «Beyond Hill and Dale. «, когда вы будете идти по мосту, увидите огонёк, летящий по воздуху. Если идти за ним, он укажет, что надо спрыгнуть с моста. Спрыгнув, идите по тропинке и забредёте в пещеру с костром, из которого торчит меч. Это явная отсылка к игровой серии Dark Souls.

Источник

Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

American English, bastardized way of saying «get good». A very short, succinct way of saying: Quit playing the incompetent victim; practice makes perfect; You can do better, so do better.

Also a way a dismissive way of saying that you will not waste time holding someone’s hand, walking them through how to do something when all they need to do is temper themselves through repetition.

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

A phrase used in mockery by no-life social rejects for expressing their superior ability concerning a particular video game, so they have something to feel good about.

Usually used to dismiss invalid as well as valid complaints about a video games’ difficulty level or cheating.

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Person A: Damn it, I’ve died so many times and haven’t even gotten my first kill yet.

Person B: Lol, git gud mate.

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

1. In the form of encouragement to get somebody to do better than they’re currently doing(Which is probably sucking at whatever video game they are playing, usually Dark Souls).

2. In the form of heckling to berate someone by telling them that they are terrible at what they’re doing(Used mostly while playing Dark Souls).

Friend 1: I’m trying to play Dark Souls but this one player keep invading me and kicking my ass.
Friend 2: Dude, just git gud. You’ll get there eventually.
Friend 1: Yeah, you’re probably right.

Источник

Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Welcome to Git Gud, a command line game designed to help you learn how to use the popular version control system known as Git! As levels progress, you will know more and more about git, and eventually become a git grandmaster!

If something’s missing feel free to add an issue, or if you’re interested, view the contributors file and add something yourself! The project is intentially structured to make it very easy to add new levels!

If you’re more of a visual learner, you should start with «Learn Git Branching», and and then give Git Gud a try. Learn Git Branching is more visual, but with Git Gud, you’re actually using git to complete the levels.

For install instructions, see below.

Once Git Gud is installed, typing «git gud» will produce output and will start telling you what to do. Git Gud is meant to be like a game, and like a game, it has levels. The levels are divided up into skills, each of which will introduce you to a new topic in Git. It start off, assuming you have zero knowledge, and then builds up. For each level, it will give you a goal and will explain what’s going on. Ideally, the game will teach you everything you need to know to beat it, but you’re still encouraged to use other resources to learn as much as you want.

To get started, you need to initialize Git Gud in an empty directory. Once Git Gud is initialized, it’ll have full control over that directory, and it will start adding/removing commits and files. There will normally be multiple branches, and you’ll be expected to use Git commands to solve each level. The levels range in difficulty, and require you to do different things. Some levels are really easy and only require you to read the explanation, but others just give you a situation and you’ll need to use what you’ve learned to solve the level.

Git Gud is written in Python 3. You’ll need to have Python >=3.6 installed in your system for Git Gud to work. I prefer using Anaconda to make sure everything works correctly, but you can also install with pip if you now what you’re doing.

Once your environment is set up with Python >=3.6, installing is simple:

Getting started is also simple:

Git Gud will guide you through what to do

If either of those command don’t work, there are verious things you can try:

About

Wanna git gud? Then get git-gud, and git gud at git!

Источник

git gud

What does git gud mean?

Git gud, a slang rendering of get good, refers to getting better at a task or skill, used especially among video gamers online.

What’s hot

Where does git gud come from?

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Git gud is a deliberate misspelling of the phrase (to) get good (at something), based on an apparent “folksier” pronunciation of the phrase.

While we can find earlier, one-off instances of git gud, the phrase notably appeared in 2009 in online video-game forums and had spread by 2013. Google searches spiked in April, 2016, when online cartoonists latched onto the phrase’s popularity in the gaming community in their comic observations about video-game culture.

Since then, git gud has become a common, humorous expression in gamer slang, which often features intentional misspellings for economy or rhetorical effect.

Examples of git gud

Popular now

Who uses git gud?

As noted, git gud is especially used by the online video-game community. In this space, the phrase often insults a new player to varying degrees of offense.

At one end of the spectrum, git gud can be playfully used by an experienced gamer after they beat a new player. This use is a form of “smack talk,” à la eat my dust, and implies the novice needs to take the time to get good at the game. This more good-natured git gud may also be used in video-game journalism and forum commentary about some aspect of a game or gaming culture.

On the other end of the spectrum, the git gud mentality has been criticized as ableist. As professional video-game reviewer Holly Green wrote in Paste in 2017, for instance, that gamers with disabilities cannot always achieve the same level of play as abled gamers.

Git gud is also more generally used as a shorthand for “investing the time and energy to develop mastery of a game.” Gamers may jokingly use the phrase to indicate they are spending time gaming instead of attending to more pressing obligations.

Источник

Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Warhammer: Vermintide 2

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Что такое git gud. Смотреть фото Что такое git gud. Смотреть картинку Что такое git gud. Картинка про Что такое git gud. Фото Что такое git gud

Gitguddies are mostly players who never touched champion+ difficulties. They just passed recruit or jump on veteran with level 20 characters.
Gitguddies have players who touched champion+ difficulties and maybe they even success it once.
Gidguddies are very proud of results they made! So every new player who have troubles for any reason just need to “git gud!” (Lets skip the part most of gitguddies still playing recruit even after 15+ hours in game).

Gitguddies will never show you any adequate proof why they are actually good in something. Its not because they haven’t any, nooooooo (how dare you think like this?!). Its because you don’t deserve to see them!

The only way to be on gitguddie level and have respects from him/her is become another gitguddie.

Gitguddies have 3 specific careers:
1. Repeater gitguddie.
2. Support gitguddie.
3. Poetess gitguddie.

Pretty rare but really heavy force of gitguddies. The boss of all gitguddies!
Can use all tricks of previous careers. Can mix them. Can type wall of text which of course ends with “git gud!”. Making more messages than any other gitguddies. Following targets in different topics.
Can give you false safely feeling (quoting you. Start message with something like “I can hear you!” or “Im agree with you!) and later destroy you with “gitshut” (hypnotize you with never ending message just to put “git gud!” In the end.)
Can construct “git gud!” In different ways. Such as:

Git Guuuuuud Booooi.

Git on my level of gud!
and many rest.

Poetess gitguddies are hard workers. Pure leaders of gitguddies and dangerous warriors for all other people!

Lot of gitguddies have at least one or multiple VAC bans. They are just that good for steam. Steam sux!

Once “git gud!” message appears in topic there is high chance to see gitguddies invasion. Gitguddies can be surprisely communicated in this case.

When you see crowd of gitguddies you have flashback of seagulls from “In search of Nemo” asap 🙂

Источник

Добавить комментарий

Ваш адрес email не будет опубликован. Обязательные поля помечены *