0%
Loading ...

Category: GIT

  • Bonobo Git server

    Simple git server for Windows Set up your own self hosted git server on IIS for Windows. Manage users and have full control over your repositories with a nice user friendly graphical interface.

    Continue reading

  • Gitium – Plugin that pushes changes from wordpress to Git repo

    Gitium – Plugin that pushes changes from wordpress to Git repo

    A plugin that pushes changes directly from WordPress to Git repository such as Bitbucket or github. Plugin at wordpress Developers page

    Continue reading

  • WordPress / Git  / Bitbucket

    WordPress / Git / Bitbucket

    This post explains how to Push (put/upload updated code) to Bitbucket and how to Pull (get/download) updated code from bitbucket: Pull from Bitbucket directly into wordpress Use plugin at Github project called github-updater. View the following Youtube Video of how to configure github-updater to download a Plugin from GitHub or BitBucket. Push to Bitbucket directly from WordPress, I…

    Continue reading

  • Git – How to…

    Git – How to…

    Table of Content: 1. Start Project from Scratch Create a Repo at BitBucket: Create a directory at local drive. Init Git at selected directory: Inside the directory right click and select “Git Init”. Add remote Repo to Local Directory: Inside the directory right click and select “Git GUI”. At Git select from Menu: Remote->Add. At…

    Continue reading

  • Git – Getting started Video

    Git – Getting started Video

    A good video that explains about GIT with BitBucket:  

    Continue reading

  • Version Control – GIT – SVN

    Version Control – GIT – SVN

      Logo Opinion Why Git is better than SVN from stack-overflow Git Workflow Git Tool TortoiseGit – The coolest Interface to Git Version Control Compare Google Trends Git VS SVN Pros, Cons Git, SVN , Mercurial Pros ,Cons Getting started http://git-scm.com/book/en/v2/Getting-Started-Git-Basics http://www.drbio.cornell.edu/pl47/svn/html/client.html Cloud Storage https://bitbucket.org/ Free, unlimited private repositories https://www.assembla.com/home Download page https://git-scm.com/downloads http://tortoisesvn.net/downloads.html From…

    Continue reading

  • GIT – Getting started

    GIT – Getting started The best way to get into GIT is to experience it with your own hands. You need of course some background for understand how it could be beneficial for your needs. 1. Here is a very good video that demonstrates GIT’s functionality: 2. After you understand the need for source control…

    Continue reading

  • Source Control resources

    Source Control resources Git hosting: 01 – https://bitbucket.org/ 02 – https://github.com/ Svn & Git hosting: 01 – http://www.assembla.com Svn hosting: 01 – https://code.google.com/ Deploy Source: 01 – http://dploy.io/ SVN Tools:  01 – SVN Server – https://www.visualsvn.com/server/ 02 – SVN Client – http://tortoisesvn.net/downloads.html

    Continue reading