Skip to content

hundrix/dbtester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Description

Dbtester is a small tool to run several kinds of test against a database, like connectivity and performance test.

Notes for using git service

I'm new to programming and this is my first project, so I put some usage hints here.

Push to Bitbucket

Set up Git on local machine

mkdir /path/to/your/project
cd /path/to/your/project
git init
git remote add bitbucket https://[email protected]/username/dbtester.git

Create first file, commit, and push

git add .
git commit -m 'Initial commit with contributors'
git push -u bitbucket master

Push to Github

git remote add github https://github.com/username/dbtester
git push -u github master

Setup a remote repository

git remote add bitbucket https://[email protected]/username/dbtester.git
git fetch bitbucket
git pull bitbucket master

git clone https://[email protected]/username/dbtester.git
git remote rename origin bitbucket
git remote add github https://github.com/username/dbtester
git remote show 
git remote show bitbucket

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published