R9442/1c2cf99996ddstaging
R9442/
1c2cf99996ddstaging
staging vs master
staging vs master
Commit | Author | Details | Committed | ||||
---|---|---|---|---|---|---|---|
6184523ce87e | nobar | EdA animation of Gaussian law added. [#2] | Aug 9 2020 | ||||
630809e856b0 | nobar | Electrostatics_Electric Dipoles corrected. | Aug 9 2020 | ||||
e05e1e10efe7 | Daniel Felipe Forero Sanchez | Update on induction 3D | Jul 20 2020 | ||||
7ef4afcfa167 | nobar | iffraction_Grating added to Interactive Cells. | Jul 18 2020 | ||||
9001e7d2f9ac | nobar | Electrostatics codes and tables added to Interactive cells. | Jul 18 2020 | ||||
6eb19fdd3a24 | nobar | finalizing RLC and lorentz | Jul 11 2020 | ||||
e4482c463143 | Daniel Felipe Forero Sanchez | Created folder for interactive cells | Jul 8 2020 | ||||
9ef8314ef308 | Daniel Felipe Forero Sanchez | Renamed some notebooks and split Induction into different interactive cells… | Jul 8 2020 | ||||
53e8925867d2 | nobar | Gauss law: dA surface element and E added.[#3] | Jun 28 2020 | ||||
160b56c2d401 | nobar | Merge branch 'staging' of https://c4science. | Jun 24 2020 |
readme.txt
readme.txt
To access the git repository in c4science
-----------------------------------------
1. Go to Projects > JuNoTE > Repositories > JuNoTE_git_repository
(or)
Click Repositories in the APPLICATIONS tab. Click Project Repositories > JuNoTE_git_repository
**************************************************************************************************************
To work with the git repository
-------------------------------
You need a username and password to work with the git repository.
1. Your username is the c4science username. It is mostly your lastname unless you have customized it.
2. To set your password,
- Go to settings in your c4science account.
- click on VCS password and set a password.
Now choose your favorite git interface do the following steps.
1. git clone https://c4science.ch/diffusion/9442/junote_git_repository.git
2. Developers are requested to work on the staging branch.
- git checkout staging
You can start working on the repository.
**************************************************************************************************************
Handy git commands
------------------------
git status - shows the branch name and status
git checkout <branch_name> - to switch branches
git pull origin <branch_name> - to pull the branch
git push origin <branch_name> - to push the branch
git add . - to add your changes
git commit -m "<message>" - to commit
**************************************************************************************************************
General instructions
-----------------------
Anytime you start working on the project, do the following steps,
1. git checkout staging - ensure you are in staging
2. git pull origin staging - always pull the code before working as someone could have pushed some changes
3. work on your code
4. git add . - add your changes
5. git commit -m "<message>" - add a meaningful commit message
6. git pull origin staging - again ensuring if there are new changes.
7. git push origin staging.
You can go the same with GUI if you are not comfortable with command line interface. Fork is a good git GUI interface if you would like to try - https://git-fork.com/
-----------------------------------------
1. Go to Projects > JuNoTE > Repositories > JuNoTE_git_repository
(or)
Click Repositories in the APPLICATIONS tab. Click Project Repositories > JuNoTE_git_repository
**************************************************************************************************************
To work with the git repository
-------------------------------
You need a username and password to work with the git repository.
1. Your username is the c4science username. It is mostly your lastname unless you have customized it.
2. To set your password,
- Go to settings in your c4science account.
- click on VCS password and set a password.
Now choose your favorite git interface do the following steps.
1. git clone https://c4science.ch/diffusion/9442/junote_git_repository.git
2. Developers are requested to work on the staging branch.
- git checkout staging
You can start working on the repository.
**************************************************************************************************************
Handy git commands
------------------------
git status - shows the branch name and status
git checkout <branch_name> - to switch branches
git pull origin <branch_name> - to pull the branch
git push origin <branch_name> - to push the branch
git add . - to add your changes
git commit -m "<message>" - to commit
**************************************************************************************************************
General instructions
-----------------------
Anytime you start working on the project, do the following steps,
1. git checkout staging - ensure you are in staging
2. git pull origin staging - always pull the code before working as someone could have pushed some changes
3. work on your code
4. git add . - add your changes
5. git commit -m "<message>" - add a meaningful commit message
6. git pull origin staging - again ensuring if there are new changes.
7. git push origin staging.
You can go the same with GUI if you are not comfortable with command line interface. Fork is a good git GUI interface if you would like to try - https://git-fork.com/
c4science · Help