It’s more horrific if it’s only the tip of it!
It’s more horrific if it’s only the tip of it!
Yeah that’s exactly the case. The effect of social media can’t be denied. They call it “cheap dopamine” for the brain, since it’s hijacking our attention and behavior, changing our action to concentrate less and getting addicted to it with a flood of information.
You can also spread it to other things. A bunch of unwatched movies, undone things to do, a slew of things waiting to be experienced.
You also need a license key XD
That’s what I was thinking about, too. Deleting all dotfiles related to KDE stuff.
Unfortunately you can’t install Firefox deb in Ubuntu anymore (just like chromium). Canonical doing sh*t!
Not only last year, not only one. Last week a 16-year old girl (Armita Geravand) was injured in the head because of not having compulsory hijab and is close to death…
Mmm… And what if it had conflict and I got error?
Sure I promise not to do it anymore. Calm down. Take a deep breath at first! :)) Could you explain the right way to do it? I’m not expert in using git. Explain the correct way to deal with the situation.
I guess you should rebase or merge the Master branch into your branch and then push again:
git checkout master
git pull origin master
git checkout yourbranch
git rebase master
git push -f origin yourbranch
But if you got error since that new commit has conflict with your chances:
git merge master
git push origin yourbranch
Mmm… Yeah!