Eclipse Che Get SSH Workspace Public Key
If you are working with a source code versioning system such as github.com or Gitlab you may need to create […]
If you are working with a source code versioning system such as github.com or Gitlab you may need to create […]
1. Clone the git repo https://spwhitton.name/tech/code/git-remote-gcrypt/ Documentation https://github.com/spwhitton/git-remote-gcrypt 2. Install docutils sudo pip install docutils https://stackoverflow.com/questions/11377364/how-do-you-install-docutils-from-the-terminal-so-that-django-admindocs-will-work 3. Create symbolic […]
One liner git fetch –all && git reset –hard origin/master Update your website easily i.e. cd public_html […]
Create a .gitignore file with the following * !.gitignore if you want sub directories you will need to […]
Deploying with web hook Place a file with the line below in your web root. Have the web hook on […]
Using Felix’s technique works great. “ Git submodules suck. They are a pain to use, difficult to explain and […]
Creds: http://stevelorek.com/how-to-shrink-a-git-repository.html Cleaning the files Cleaning the file will take a while, depending on how busy your repository has […]
git rm –cached `git ls-files -i –exclude-from=.gitignore` Creds: http://stackoverflow.com/questions/13541615/how-to-remove-files-that-are-listed-in-the-gitignore-but-still-on-the-repositor
“You cannot with Git as it operates on a whole-repository basis.” If you have svn, you can use svn export to do this: […]
You must be logged in to post a comment.