Skip to content

ammula88/Git_RSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

This repo provides the git securepush and securefetch operations for RSL implementations.

Set Up Instructions:

We can setup the securepush and securefetch operations in two different ways.

  1. Git custom commands: To implement these custom commands, users must name these scripts as git- and they have to add the path of these scripts in their local PATH environment variable.
  2. Git alias: The users can create a Git alias to our git-securefetch and git-securepush bash scripts using the following commands.

git config –global alias.securefetch ’< git-securefetch script path >’

git config –global alias.securepush ’< git-securepush script path >’

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages