c/php/javascript/java/python/bash linux/freebsd

  • 一、安装首先,安装PostgreSQL客户端。sudo apt-get install postgresql-client然后,安装PostgreSQL服务器。sudo apt-get install postgresql正常情况下,安装完成后,PostgreSQL服务器会自动在本机的5432端口开启。如果还想安装图形管理界面,可以运行下面命令,但是本文不涉及这方面内容。sudo apt-get install pgadmin3二、添加
    1 发起了话题 category: 程序员 2015-06-20 11:38:12
  • 合并指定文件git checkout branchname -- file1 file2 etc #合并分支 指定的文件 git checkout php_com -- file.1 file.2 #将当前分支的file1 file2 与分支名为php_com下的file1 file2文件合并
    1 发起了话题 category: 程序员 2015-06-17 14:44:39
  • 简单来说,git-flow 就是在 git branch git tag基础上封装出来的代码分支管理模型,把实际开发模拟成master develop feature release hotfix support 几种场景,其中 master 对应发布上线,develop 对应开发,其他几个在不同的情况下出现。通过封装,git-flow 屏蔽了 git branch 等相对来说比较复杂生硬的命令(git branch 还是比较复杂的,尤
    1 发起了话题 category: 程序员 2015-06-15 11:27:51
  • Showing 1-3 of 3 items.