Hi Marc, Since we are on github now, I think it's better to add introduction on how to use github forks to create personal branches. This will be useful to everyone, not just FreeRDP members.
For example I started a personal branch for some audio input enhancement. After I forked it on github web site, I need to use something like this to add my personal repository on existing local folder: git remote add llyzs [email protected]:llyzs/FreeRDP.git After I created a branch and made some changes I can push to my personal branch by this: git push llyzs <branch> How do you think? Thanks. Vic ------------------------------------------------------------------------------ Colocation vs. Managed Hosting A question and answer guide to determining the best fit for your organization - today and in the future. http://p.sf.net/sfu/internap-sfd2d _______________________________________________ Freerdp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freerdp-devel
