Cloning specific branch

You can use the following flags –single-branch && –depth to download the specific branch and to limit the amount of history which will be downloaded. You will clone the repo from a certain point in time and only for the given branch git clone -b <branch> –single-branch <url> –depth <number of commits> –[no-]single-branch Clone only … Read more

Download specific files from github in command line, not clone the entire repo

If you go to the page and view the links provided by “raw” (in the top left corner, when viewing the file). You will see, that you can access it by: https://github.com/username/repository/raw/$changeset_hash/path/to/file Instead of $changeset_hash you can also provide a branch (e.g. master) or tag. You can retrieve the raw file using something like wget. … Read more

Work Items, Pull Requests menu not visible in Visual Studio

The reason is that you just connect to the local git repository and it likes this: You configured Remotes (Home=>Settings=>Repository Settings=>Remotes), so you can commit and sync. Refer to these steps to connect to the remote repository. Go to Team Explorer Click Manage connections=>Connect to Team project After that Open Solution in Solutions section (if … Read more

libusbmuxd version error during flutter install

A recent change to libimobiledevice bumped the constraint on libusbmuxd to >= version 1.1.0. The current usbmuxd homebrew package is version 1.0.10. As a result, homebrew –HEAD installs of libimobiledevice no longer build without a –HEAD install of usbmuxd. Until the usbmuxd homebrew formula is updated, a workaround is to install it at HEAD: brew … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)