Remove articles git-reset-head
article thumbnail

20 Git basic commands every QA Engineer should know

Apiumhub

In this article we will talk about Git. Git it’s a version control system, a tool that tracks changes to your code and shares those changes with others. In this article lists the most basic commands that a QA person/developer should know in order to master the management of GitHub repositories at a high level.

article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

When you use continuous integration, every day follows a little choreographed dance: Sit down at a development workstation and reset it to a known-good state. With git, that means erasing the private branch: git branch -d $PRIVATE_BRANCH. With git, the command is git push origin HEAD:$PRIVATE_BRANCH.

article thumbnail

Git: Rebase, Merge, Speed Hacks

Perficient

Git is awesome. So in this article, I’ll explain what a rebase is, compare it to a merge, and at the end provide some aliases I use to hack my speed up a notch. The commits stay in their original order as you made them, but applied at the current HEAD of master. f() { git add. && f() { git add. &&