From aa86ad28261de5ee2a2a0fa254ee05c58ad131a0 Mon Sep 17 00:00:00 2001 From: gunboy001 Date: Mon, 14 Jan 2019 16:25:17 +0100 Subject: [PATCH] download git branch --- linux_general.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/linux_general.txt b/linux_general.txt index acf0e0c..30209aa 100644 --- a/linux_general.txt +++ b/linux_general.txt @@ -186,7 +186,10 @@ Using 2 factor auth. in command line and atom: "https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/" basically you have to use a access token instead of the password, these are unique and you can only see them once, so be careful with them! - + Downloading other branches: + In your folder repo open a git bash or a terminal (for linux masterrace) then, admitted that you have already downloaded and synced the master + branch, and type "git checkout -t origin/branchname" this will download and sync the branch + -Powertop usage: Arch page: https://wiki.archlinux.org/index.php/powertop To start powertop use "sudo powertop"