Skip to content

Instantly share code, notes, and snippets.

View hammamm's full-sized avatar

Hammam Abdulaziz hammamm

  • Saudi Arabia
View GitHub Profile
@alobaili
alobaili / open-terminal-at-project-directory.md
Last active March 28, 2020 16:42
Open a terminal window at Xcode project directory

You can make Xcode automatically open a terminal at the current directory using a shortcut you specify. Here are the steps:

  1. create an empty shell scrip file with the name open_terminal.sh and paste the following content in it:
#!/bin/bash

# I mainly use this as a behavior in Xcode to open
# Terminal at the project's working directory.
@RockinPaul
RockinPaul / sourceTree_device_not_configured.txt
Last active April 15, 2024 18:35
SourceTree: Device not configured (on MacOS)
In console:
git config credential.helper
You will see: osxkeychain
git config credential.helper sourcetree
Then if you perform git config credential.helper again
You will see: sourcetree