How to use Git and Dropbox together?

I think that Git on Dropbox is great. I use it all the time. I have multiple computers (two at home and one at work) on which I use Dropbox as a central bare repository. Since I don’t want to host it on a public service, and I don’t have access to a server that … Read more

Git checkout – switching back to HEAD

You can stash (save the changes in temporary box) then, back to master branch HEAD. Jump Over Commits Back and Forth: Go to a specific commit-sha. $ git checkout <commit-sha> If you have uncommitted changes here then, you can checkout to a new branch | Add | Commit | Push the current branch to the remote. # checkout a new … Read more

How to stop tracking and ignore changes to a file in Git?

Just calling git rm –cached on each of the files you want to remove from revision control should be fine. As long as your local ignore patterns are correct you won’t see these files included in the output of git status. Note that this solution removes the files from the repository, so all developers would need to … Read more

How do I change the default location for Git Bash on Windows?

After installing msysgit I have the Git Bash here option in the context menu in Windows Explorer. So I just simply navigate to the directory and then open Bash right there. I also copied the default Git Bash shortcut to the desktop and edited its Start in property to point to my project directory. It works flawlessly. Windows 7×64, msysgit.

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